1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

_global-izing some more js & css

This commit is contained in:
Jay Sitter 2014-11-18 10:01:37 -05:00
parent db3bffa284
commit eb365a01fb
16 changed files with 14 additions and 14 deletions

View file

@ -0,0 +1,6 @@
$(document).ready(function() {
current_url = window.location.href
if (current_url.match("&closewin=true")) {
window.close();
}
});