Merge branch 'demostration_08' into 'develop'

Demostration 08

See merge request !19
This commit is contained in:
duandongmei
2018-08-15 09:23:42 -04:00
2 changed files with 1 additions and 2 deletions

View File

@@ -21,7 +21,6 @@ $(function(){
}
},
submitHandler: function(form){
loading('onloading...');
var flag = true;
$("input[name$='cfgKeywords']").each(function(){
if($(this).val()==''){
@@ -30,7 +29,6 @@ $(function(){
+ $(this).attr("name")
+ "']").html("<label id=\"cfgKeywordsError\" class=\"error\">"+$("#keywordError").text()+"</label>");
flag = false;
return;
}
})
$("select[name$='isHexbin']").each(function(){

View File

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