aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/_global/public/js/autoClose.js
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-21 16:04:05 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-21 16:04:05 +0100
commit0440249631164a378981d014bf71b617c082bf5a (patch)
tree740d4e798c954374f115927ebc434d393368ab46 /themes/_global/public/js/autoClose.js
parent3eb951572d3f22ad37395afceb4a739ad8cd0fd6 (diff)
downloadwallabag-0440249631164a378981d014bf71b617c082bf5a.tar.gz
wallabag-0440249631164a378981d014bf71b617c082bf5a.tar.zst
wallabag-0440249631164a378981d014bf71b617c082bf5a.zip
move templates into resources
Diffstat (limited to 'themes/_global/public/js/autoClose.js')
-rw-r--r--themes/_global/public/js/autoClose.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/themes/_global/public/js/autoClose.js b/themes/_global/public/js/autoClose.js
deleted file mode 100644
index e9145b7e..00000000
--- a/themes/_global/public/js/autoClose.js
+++ /dev/null
@@ -1,6 +0,0 @@
1$(document).ready(function() {
2 current_url = window.location.href
3 if (current_url.match("&closewin=true")) {
4 window.close();
5 }
6});