summaryrefslogtreecommitdiff
path: root/httemplate/misc/reason-merge.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-07-26 15:06:36 -0700
committerMark Wells <mark@freeside.biz>2016-07-27 17:10:12 -0700
commit76b22e66bf8e615def0a24cd8cda23c3949eae70 (patch)
tree0775b1eca354058e607c4eef77eb86962f223f0d /httemplate/misc/reason-merge.html
parent990d718978480aa02b0031a2ec6753e64975fd34 (diff)
prevent reload loops on process pages, #71249
Diffstat (limited to 'httemplate/misc/reason-merge.html')
-rw-r--r--httemplate/misc/reason-merge.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/reason-merge.html b/httemplate/misc/reason-merge.html
index 14f5ebb84..b7e4df454 100644
--- a/httemplate/misc/reason-merge.html
+++ b/httemplate/misc/reason-merge.html
@@ -1,7 +1,7 @@
% if ($success) {
<% include('/elements/header-popup.html', 'Reason Merge Success') %>
<SCRIPT>
-window.top.location.reload()
+topreload()
</SCRIPT>
% } else {
<% include('/elements/header-popup.html', 'Merge Reasons') %>