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:46:25 +0100 |
commit | bab00731a8c156c5d88bc1fc8a5bf4803d8c2cae (patch) | |
tree | 222faaeb7a4010a27e8186f564e87572bf842f10 /view/php | |
parent | de02fddf895a7a02b59ae02e27f053a4d4e60514 (diff) | |
download | volse-hubzilla-bab00731a8c156c5d88bc1fc8a5bf4803d8c2cae.tar.gz volse-hubzilla-bab00731a8c156c5d88bc1fc8a5bf4803d8c2cae.tar.bz2 volse-hubzilla-bab00731a8c156c5d88bc1fc8a5bf4803d8c2cae.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'); |