1
0
mirror of https://github.com/moparisthebest/wallabag synced 2025-02-28 17:31:49 -05:00

7 lines
136 B
JavaScript

$(document).ready(function() {
current_url = window.location.href
if (current_url.match("&closewin=true")) {
window.close();
}
});