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:
parent
b595f9d3ee
commit
2975c6dd43
@ -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');
|
||||
|
Reference in New Issue
Block a user