* Remove useless codes.

This commit is contained in:
daitingting
2023-10-07 08:50:48 +00:00
parent 7721324364
commit d86fe1be56
4 changed files with 0 additions and 10 deletions
-2
View File
@@ -29,7 +29,6 @@ function editStage()
{
var result = true;
$.ajaxSettings.async = false;
$.get($.createLink('programplan', 'ajaxGetStageAttr', 'stageID=' + $('#parent').val()), function(attribute)
{
if(attribute != 'mix' && plan.attribute != attribute)
@@ -37,7 +36,6 @@ function editStage()
result = confirm(changeAttrLang.replace('%s', stageTypeList[attribute]));
}
});
$.ajaxSettings.async = true;
if(!result) return;
}