Adjust path to load for collections
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -188,7 +188,7 @@ class Application extends App {
|
||||
$resourceManager = $this->getContainer()->query(IManager::class);
|
||||
$resourceManager->registerResourceProvider(\OCA\Deck\Collaboration\Resources\ResourceProvider::class);
|
||||
\OC::$server->getEventDispatcher()->addListener('\OCP\Collaboration\Resources::loadAdditionalScripts', function () {
|
||||
\OCP\Util::addScript('deck', 'build/collections');
|
||||
\OCP\Util::addScript('deck', 'collections');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user