mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-23 21:36:19 +08: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')
|
|
}); |