nextcloud/apps/files_sharing/src/additionalScripts.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
288 B
JavaScript
Raw Normal View History

/**
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
import { getCSPNonce } from '@nextcloud/auth'
import './collaborationresourceshandler.js'
__webpack_nonce__ = getCSPNonce()
window.OCA.Sharing = OCA.Sharing