Revert "PMCORE-3679 (pull request #8422)"

This commit is contained in:
Paula Quispe
2022-04-14 13:01:53 +00:00
parent 50d864ffce
commit fb606d5611
4 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ function submitNextStep(formStep) {
$("#" + formStep.id).submitForm();
return this;
}
$(window).on("load", function () {
$(window).load(function () {
var delIndexDefault = "0",
dyn_uid = window.dyn_uid || null;
if (pm_run_outside_main_app === 'true') {