We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 211fced + cf9af06 commit 3de1b8fCopy full SHA for 3de1b8f
src/init.js
@@ -1,6 +1,10 @@
1
import { registerFileListHeaders, registerDavProperty } from '@nextcloud/files'
2
import { loadState } from '@nextcloud/initial-state'
3
import { FilesWorkspaceHeader } from './helpers/files.js'
4
+import { linkTo } from '@nextcloud/router'
5
+
6
+__webpack_nonce__ = window.btoa(OC.requestToken) // eslint-disable-line
7
+__webpack_public_path__ = linkTo('text', 'js/') // eslint-disable-line
8
9
const workspaceAvailable = loadState('text', 'workspace_available')
10
0 commit comments