add stylish_select to new_channel page - but comment out until we can theme it. It needs a bit of theming to even work correctly.
This commit is contained in:
parent
3191432c40
commit
45df73d456
@ -1,4 +1,5 @@
|
||||
$(document).ready(function() {
|
||||
// $("#privacy-role-select").sSelect();
|
||||
$("#newchannel-name").blur(function() {
|
||||
$("#name-spinner").spin('small');
|
||||
var zreg_name = $("#newchannel-name").val();
|
||||
|
@ -33,6 +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('acl.js');
|
||||
head_add_js('webtoolkit.base64.js');
|
||||
head_add_js('main.js');
|
||||
|
Reference in New Issue
Block a user