Load additional scripts on help page
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
6a9acba384
commit
59d0b4402e
1 changed files with 3 additions and 0 deletions
|
@ -28,7 +28,10 @@
|
|||
*
|
||||
*/
|
||||
|
||||
use OCP\AppFramework\Http\TemplateResponse;
|
||||
|
||||
OC_Util::checkLoggedIn();
|
||||
\OC::$server->getEventDispatcher()->dispatch(TemplateResponse::EVENT_LOAD_ADDITIONAL_SCRIPTS_LOGGEDIN);
|
||||
|
||||
// Load the files we need
|
||||
OC_Util::addStyle( "settings", "settings" );
|
||||
|
|
Loading…
Reference in a new issue