mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 08:25:56 -04:00
Merge pull request #17578 from nextcloud/stable17-help-about
[stable17] Load additional scripts on help page
This commit is contained in:
commit
63fcd7733c
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