@@ -45,7 +45,7 @@ |
||
| 45 | 45 | \OCP\Util::addScript('files_sharing', 'dist/additionalScripts'); |
| 46 | 46 | } |
| 47 | 47 | ); |
| 48 | -\OC::$server->getEventDispatcher()->addListener('\OCP\Collaboration\Resources::loadAdditionalScripts', function () { |
|
| 48 | +\OC::$server->getEventDispatcher()->addListener('\OCP\Collaboration\Resources::loadAdditionalScripts', function() { |
|
| 49 | 49 | \OCP\Util::addScript('files_sharing', 'dist/collaboration'); |
| 50 | 50 | }); |
| 51 | 51 | |