diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-03-19 19:23:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-19 19:23:29 +0100 |
commit | 2fcb6ddc2222aaf48c79cd02ceb0cc78b43c55ab (patch) | |
tree | 5141c5d91bd9a2c3a51a6a2144ad366f2c3de802 /apps/files_sharing/webpack.js | |
parent | a5a2c7d81863f3387327016d7138dec049300f61 (diff) | |
parent | 21425eb964833f1461ee0bbe678d746e7e24954d (diff) | |
download | nextcloud-server-2fcb6ddc2222aaf48c79cd02ceb0cc78b43c55ab.tar.gz nextcloud-server-2fcb6ddc2222aaf48c79cd02ceb0cc78b43c55ab.zip |
Merge pull request #14664 from nextcloud/bugfix/noid/absolute-paths-of-images-for-linked-collaboration-resources
Replace the icon-class with an absolute link to an image
Diffstat (limited to 'apps/files_sharing/webpack.js')
-rw-r--r-- | apps/files_sharing/webpack.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/webpack.js b/apps/files_sharing/webpack.js index 4b641329ec6..fb82797d804 100644 --- a/apps/files_sharing/webpack.js +++ b/apps/files_sharing/webpack.js @@ -5,6 +5,7 @@ module.exports = { entry: { 'additionalScripts': path.join(__dirname, 'src', 'additionalScripts.js'), 'files_sharing': path.join(__dirname, 'src', 'files_sharing.js'), + 'collaboration': path.join(__dirname, 'src', 'collaborationresourceshandler.js'), }, output: { path: path.resolve(__dirname, './js/dist/'), |