]> git.immae.eu Git - github/wallabag/wallabag.git/blame - themes/baggy/js/autoClose.js
Merge pull request #481 from wallabag/dev
[github/wallabag/wallabag.git] / themes / baggy / js / autoClose.js
CommitLineData
943ac3c7
NL
1$(document).ready(function() {
2 current_url = window.location.href
3 if (current_url.match("&closewin=true")) {
4 window.close();
5 }
6});