forked from wallabag/wallabag
_global-izing some more js & css
This commit is contained in:
6
themes/_global/js/autoClose.js
Normal file
6
themes/_global/js/autoClose.js
Normal file
@ -0,0 +1,6 @@
|
||||
$(document).ready(function() {
|
||||
current_url = window.location.href
|
||||
if (current_url.match("&closewin=true")) {
|
||||
window.close();
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user