mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-15 19:44:31 +08:00
3 lines
120 B
JavaScript
3 lines
120 B
JavaScript
|
window.addEventListener("beforeunload", function() {
|
||
|
document.getElementById('overlay').classList.add('loading')
|
||
|
});
|