mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-06 21:57:58 +08:00
3 lines
120 B
JavaScript
3 lines
120 B
JavaScript
|
window.addEventListener("beforeunload", function() {
|
||
|
document.getElementById('overlay').classList.add('loading')
|
||
|
});
|