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