@@ -76,7 +76,6 @@ $(document).ready(function(){
}
$("#footBtn .btn-save").click(function(){
- alert(2);
var authority = "";
$("#checkboxs input[type=checkbox]:checked").each(function(){
authority+=$(this).val()+",";