tony.qu 9 years ago
parent
commit
bbe798728a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/webapp/assets/js/advertiser/authority.js

+ 0 - 1
src/main/webapp/assets/js/advertiser/authority.js

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