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