mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-10 16:38:18 +00:00
8c7e0bc63a
Signed-off-by: szaimen <szaimen@e.mail.de>
3 lines
120 B
JavaScript
3 lines
120 B
JavaScript
window.addEventListener("beforeunload", function() {
|
|
document.getElementById('overlay').classList.add('loading')
|
|
}); |