]> git.immae.eu Git - github/wallabag/wallabag.git/blob - themes/default/js/autoClose.js
3035d423fc82a69f7ecafd4c3e41fbc1f9032efc
[github/wallabag/wallabag.git] / themes / default / js / autoClose.js
1 $(document).ready(function() {
2 current_url = window.location.href
3 if (current_url.match("&autoclose=true")) {
4 window.close();
5 }
6 });