]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/Resources/views/_global/public/js/autoClose.js
symfony is there
[github/wallabag/wallabag.git] / app / Resources / views / _global / public / js / autoClose.js
CommitLineData
93fd4692
NL
1$(document).ready(function() {
2 current_url = window.location.href
3 if (current_url.match("&closewin=true")) {
4 window.close();
5 }
6});