]> git.immae.eu Git - github/wallabag/wallabag.git/blob - themes/_global/js/autoClose.js
phinx needs a sqlite3 file
[github/wallabag/wallabag.git] / themes / _global / js / autoClose.js
1 $(document).ready(function() {
2 current_url = window.location.href
3 if (current_url.match("&closewin=true")) {
4 window.close();
5 }
6 });