* Adjust code

This commit is contained in:
zenggang
2022-12-30 02:15:31 +00:00
parent 3e1c744945
commit 5aa6762e18
+4
View File
@@ -95,12 +95,16 @@ $(document).ready(function()
$("#submit").attr({"disabled":"disabled"});
});
}
if(typeof(window.parent.runCase) != 'undefined') window.parent.runCase = true;
}
return false;
}
});
window.parent.triggerHidden();
$(document).on('click', ".step-group input[type='checkbox']", function()
{
var $next = $(this).closest('tr').next();