Files
docker_dev/nextcloud-aio/php/public/before-unload.js
2025-11-17 18:51:08 +01:00

3 lines
120 B
JavaScript

window.addEventListener("beforeunload", function() {
document.getElementById('overlay').classList.add('loading')
});