- added redirect after metatable settings upgrade

This commit is contained in:
nikitasinelnikov
2020-01-03 12:49:26 +02:00
parent 53a3b037d1
commit 26065a1aa3
4 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ jQuery(document).ready( function() {
}
});
} else {
return false;
window.location = um_forms_data.successfully_redirect;
}
}
}