aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/js/autoClose.js
diff options
context:
space:
mode:
authorMaryana Rozhankivska <mariroz@mr.lviv.ua>2014-03-28 21:19:08 +0200
committerMaryana Rozhankivska <mariroz@mr.lviv.ua>2014-03-28 21:19:08 +0200
commit3345c9dc3935e00fb07760b68a94081d211d4c36 (patch)
tree3c873f81309ae2eb4d54498d39f27d83f50b2a8e /themes/baggy/js/autoClose.js
parentad697686c00432964528226588a8cbea909c9e36 (diff)
downloadwallabag-3345c9dc3935e00fb07760b68a94081d211d4c36.tar.gz
wallabag-3345c9dc3935e00fb07760b68a94081d211d4c36.tar.zst
wallabag-3345c9dc3935e00fb07760b68a94081d211d4c36.zip
fix of bug with default theme constant
Diffstat (limited to 'themes/baggy/js/autoClose.js')
-rw-r--r--themes/baggy/js/autoClose.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/themes/baggy/js/autoClose.js b/themes/baggy/js/autoClose.js
deleted file mode 100644
index e9145b7e..00000000
--- a/themes/baggy/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});