xmpp界面增加loading('onloading...');

picUrlForm界面修改遮罩层位置bug
This commit is contained in:
duandongmei
2018-08-15 09:16:10 +08:00
parent d843d1e412
commit 029046afe0
2 changed files with 1 additions and 1 deletions

View File

@@ -21,7 +21,6 @@ $(function(){
}
},
submitHandler: function(form){
loading('onloading...');
var flag = true;
$("input[name$='cfgKeywords']").each(function(){
if($(this).val()==''){

View File

@@ -76,6 +76,7 @@
$(this).remove();
});
$("input[name$='exprType']").attr("disabled",false);
loading('onloading...');
form.submit();
}else{
return;