diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-03-30 20:04:55 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-03-30 20:04:55 +0200 |
commit | d6d8a045e6a16525807453f0d1229f5bdc307dd0 (patch) | |
tree | cf86097fe06850437dda5ad8d6a8fe3c33e48b7b /themes/baggy/js/autoClose.js | |
parent | 1d0995bb8e09503ad01a877bfef74ef6c29b0dab (diff) | |
parent | 3345c9dc3935e00fb07760b68a94081d211d4c36 (diff) | |
download | wallabag-d6d8a045e6a16525807453f0d1229f5bdc307dd0.tar.gz wallabag-d6d8a045e6a16525807453f0d1229f5bdc307dd0.tar.zst wallabag-d6d8a045e6a16525807453f0d1229f5bdc307dd0.zip |
Merge pull request #588 from mariroz/dev
fix of bug with default theme constant
Diffstat (limited to 'themes/baggy/js/autoClose.js')
-rw-r--r-- | themes/baggy/js/autoClose.js | 6 |
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 | }); | ||