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.

This commit is contained in:
friendica 2014-10-07 21:06:23 -07:00
parent b595f9d3ee
commit 2975c6dd43

View File

@ -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');