mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 18:52:53 -04:00
Merge pull request #17641 from nextcloud/backport/17578/stable16
[stable16] [stable17] Load additional scripts on help page
This commit is contained in:
commit
d5aaf66479
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