Merge branch 'demostration_08' into 'develop'
Demostration 08 See merge request !19
This commit is contained in:
@@ -21,7 +21,6 @@ $(function(){
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
submitHandler: function(form){
|
submitHandler: function(form){
|
||||||
loading('onloading...');
|
|
||||||
var flag = true;
|
var flag = true;
|
||||||
$("input[name$='cfgKeywords']").each(function(){
|
$("input[name$='cfgKeywords']").each(function(){
|
||||||
if($(this).val()==''){
|
if($(this).val()==''){
|
||||||
@@ -30,7 +29,6 @@ $(function(){
|
|||||||
+ $(this).attr("name")
|
+ $(this).attr("name")
|
||||||
+ "']").html("<label id=\"cfgKeywordsError\" class=\"error\">"+$("#keywordError").text()+"</label>");
|
+ "']").html("<label id=\"cfgKeywordsError\" class=\"error\">"+$("#keywordError").text()+"</label>");
|
||||||
flag = false;
|
flag = false;
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
$("select[name$='isHexbin']").each(function(){
|
$("select[name$='isHexbin']").each(function(){
|
||||||
|
|||||||
@@ -76,6 +76,7 @@
|
|||||||
$(this).remove();
|
$(this).remove();
|
||||||
});
|
});
|
||||||
$("input[name$='exprType']").attr("disabled",false);
|
$("input[name$='exprType']").attr("disabled",false);
|
||||||
|
loading('onloading...');
|
||||||
form.submit();
|
form.submit();
|
||||||
}else{
|
}else{
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user