diff options
author | Mark Wells <mark@freeside.biz> | 2016-07-26 15:06:36 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-07-27 17:10:12 -0700 |
commit | 76b22e66bf8e615def0a24cd8cda23c3949eae70 (patch) | |
tree | 0775b1eca354058e607c4eef77eb86962f223f0d /httemplate/edit/process/elements | |
parent | 990d718978480aa02b0031a2ec6753e64975fd34 (diff) |
prevent reload loops on process pages, #71249
Diffstat (limited to 'httemplate/edit/process/elements')
-rw-r--r-- | httemplate/edit/process/elements/ApplicationCommon.html | 2 | ||||
-rw-r--r-- | httemplate/edit/process/elements/process.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/process/elements/ApplicationCommon.html b/httemplate/edit/process/elements/ApplicationCommon.html index a73b1bccd..67fa89196 100644 --- a/httemplate/edit/process/elements/ApplicationCommon.html +++ b/httemplate/edit/process/elements/ApplicationCommon.html @@ -26,7 +26,7 @@ Examples: %} else { <% header("$src_thing application$to sucessful") %> <SCRIPT TYPE="text/javascript"> - window.top.location.reload(); + topreload(); </SCRIPT> </BODY> </HTML> diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html index 60aaf749a..76722c960 100644 --- a/httemplate/edit/process/elements/process.html +++ b/httemplate/edit/process/elements/process.html @@ -188,7 +188,7 @@ process(); <% include('/elements/header-popup.html', $opt{'popup_reload'} ) %> <SCRIPT TYPE="text/javascript"> - window.top.location.reload(); + topreload(); </SCRIPT> </BODY> |