diff options
Diffstat (limited to 'httemplate/elements/topreload.js')
| -rw-r--r-- | httemplate/elements/topreload.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/elements/topreload.js b/httemplate/elements/topreload.js new file mode 100644 index 000000000..84faee05c --- /dev/null +++ b/httemplate/elements/topreload.js @@ -0,0 +1,6 @@ + window.topreload = function() { + if (window != window.top) { + window.top.location.reload(); + } + } +
\ No newline at end of file |
