Browse Source

add user new js

FuXiaoHei 11 years ago
parent
commit
fd7b0a2ba4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      templates/admin/users/new.tmpl

+ 0 - 1
templates/admin/users/new.tmpl

@@ -79,7 +79,6 @@
     $(function(){
         $('#login-type').on("change",function(){
             var v = $(this).val();
-            alert(v.indexOf("0-")+1);
             if(v.indexOf("0-")+1){
                 $('.auth-name').toggleHide();
                 $(".pwd").find("input").attr("required","required")