Use grouped select field for role selection

This commit is contained in:
Stefan Parviainen
2015-01-01 15:54:16 +01:00
parent 686b6ee118
commit 85e76773a0
8 changed files with 28 additions and 48 deletions

View File

@@ -1,5 +1,5 @@
$(document).ready(function() {
// $("#privacy-role-select").sSelect();
// $("#id_permissions_role").sSelect();
$("#newchannel-name").blur(function() {
$("#name-spinner").spin('small');
var zreg_name = $("#newchannel-name").val();