diff options
author | friendica <info@friendica.com> | 2014-10-07 21:06:23 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-07 21:06:23 -0700 |
commit | 2975c6dd43715326b17178d1eb1fd6ded40e1745 (patch) | |
tree | 0059873a7113572e2a5fd1652e21dbfe265ce60f /view | |
parent | b595f9d3ee265abc9730f31dd98d75cca03c6e84 (diff) | |
download | volse-hubzilla-2975c6dd43715326b17178d1eb1fd6ded40e1745.tar.gz volse-hubzilla-2975c6dd43715326b17178d1eb1fd6ded40e1745.tar.bz2 volse-hubzilla-2975c6dd43715326b17178d1eb1fd6ded40e1745.zip |
stylish_select wants to attach itself to the root html element. Since it still has some serious issues, don't let it attach itself to anything.
Diffstat (limited to 'view')
-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 ce576805a..f1eaded6a 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -33,7 +33,7 @@ head_add_js('library/cryptojs/components/core-min.js'); head_add_js('library/cryptojs/rollups/aes.js'); head_add_js('library/cryptojs/rollups/rabbit.js'); head_add_js('library/cryptojs/rollups/tripledes.js'); -head_add_js('library/stylish_select/jquery.stylish-select.js'); +//head_add_js('library/stylish_select/jquery.stylish-select.js'); head_add_js('acl.js'); head_add_js('webtoolkit.base64.js'); head_add_js('main.js'); |