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:
parent
db3bffa284
commit
eb365a01fb
16 changed files with 14 additions and 14 deletions
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();
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue