mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 17:42:45 +08:00
8c7e0bc63a
Signed-off-by: szaimen <szaimen@e.mail.de>
3 lines
No EOL
120 B
JavaScript
3 lines
No EOL
120 B
JavaScript
window.addEventListener("beforeunload", function() {
|
|
document.getElementById('overlay').classList.add('loading')
|
|
}); |