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