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