mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-29 23:10:08 +00:00
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
6 lines
241 B
JavaScript
6 lines
241 B
JavaScript
// SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
window.addEventListener("beforeunload", function() {
|
|
document.getElementById('overlay').classList.add('loading')
|
|
}); |