]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/CoreBundle/Resources/views/_global/public/js/autoClose.js
e9145b7e2e091b5443fc39b1d9a336a5180b8fdb
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / _global / public / 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 });