diff options
author | Jay Sitter <jsitter@gmail.com> | 2014-11-18 10:01:37 -0500 |
---|---|---|
committer | Jay Sitter <jsitter@gmail.com> | 2014-11-18 10:01:37 -0500 |
commit | eb365a01fb9b0fa29f88f4cdd0e09b8d4ec76dfd (patch) | |
tree | 53d959e5f96dd8e3dc8ef87e07d121f4dea0e1f8 /themes/default/js/autoClose.js | |
parent | db3bffa284012aec4f96c851c413e435080fed02 (diff) | |
download | wallabag-eb365a01fb9b0fa29f88f4cdd0e09b8d4ec76dfd.tar.gz wallabag-eb365a01fb9b0fa29f88f4cdd0e09b8d4ec76dfd.tar.zst wallabag-eb365a01fb9b0fa29f88f4cdd0e09b8d4ec76dfd.zip |
_global-izing some more js & css
Diffstat (limited to 'themes/default/js/autoClose.js')
-rw-r--r-- | themes/default/js/autoClose.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/themes/default/js/autoClose.js b/themes/default/js/autoClose.js deleted file mode 100644 index e9145b7e..00000000 --- a/themes/default/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 | }); | ||