aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/_global/js/autoClose.js
diff options
context:
space:
mode:
Diffstat (limited to 'themes/_global/js/autoClose.js')
-rw-r--r--themes/_global/js/autoClose.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/_global/js/autoClose.js b/themes/_global/js/autoClose.js
new file mode 100644
index 00000000..e9145b7e
--- /dev/null
+++ b/themes/_global/js/autoClose.js
@@ -0,0 +1,6 @@
1$(document).ready(function() {
2 current_url = window.location.href
3 if (current_url.match("&closewin=true")) {
4 window.close();
5 }
6});