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:
friendica 2014-09-18 17:06:15 -07:00
parent 3191432c40
commit 45df73d456
2 changed files with 2 additions and 0 deletions

View file

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

View file

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