mirror of
https://github.com/nextcloud/server.git
synced 2025-01-31 06:43:12 +00:00
4a90d5328c
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
9 lines
244 B
JavaScript
9 lines
244 B
JavaScript
/**
|
|
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
window.OC = { ...window.OC }
|
|
window.OCA = { ...window.OCA }
|
|
window.OCP = { ...window.OCP }
|
|
|
|
window._oc_webroot = ''
|