fix slideshow sharing from the files app

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2017-05-08 16:36:58 +02:00
parent 10e95f1cfd
commit 53536a6576
2 changed files with 3 additions and 1 deletions

View File

@ -70,6 +70,7 @@ $loadScripts = function() use ($appName) {
*/
Util::addStyle($appName, 'slideshow');
Util::addStyle($appName, 'gallerybutton');
Util::addStyle($appName, 'share');
};// @codeCoverageIgnoreEnd
\OC::$server->getEventDispatcher()->addListener('OCA\Files::loadAdditionalScripts', $loadScripts);

View File

@ -6,5 +6,6 @@
"slideshow.js",
"slideshowcontrols.js",
"slideshowzoomablepreview.js",
"gallerybutton.js"
"gallerybutton.js",
"vendor/nextcloud/share.js"
]