diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-03-01 13:46:25 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-03-01 13:47:46 +0100 |
commit | f5169bdbbb969f3b13cdcc57348a3acf7a008791 (patch) | |
tree | 46fd1c823b19d45f039a09dc6ca9659aa3fa1c96 /view/php | |
parent | 321611f86538821cb3d1d031e04bef97772cca3e (diff) | |
download | volse-hubzilla-f5169bdbbb969f3b13cdcc57348a3acf7a008791.tar.gz volse-hubzilla-f5169bdbbb969f3b13cdcc57348a3acf7a008791.tar.bz2 volse-hubzilla-f5169bdbbb969f3b13cdcc57348a3acf7a008791.zip |
fix issues with accordions in settings and comment out jquery.textinputs.js
Diffstat (limited to 'view/php')
-rw-r--r-- | view/php/theme_init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 1e066c570..f2c46da28 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -15,7 +15,7 @@ head_add_js('jquery.js'); head_add_js('/library/justifiedGallery/jquery.justifiedGallery.min.js'); head_add_js('/library/sprintf.js/dist/sprintf.min.js'); -head_add_js('jquery.textinputs.js'); +//head_add_js('jquery.textinputs.js'); head_add_js('autocomplete.js'); head_add_js('/library/jquery-textcomplete/jquery.textcomplete.js'); |