Merge pull request #17641 from nextcloud/backport/17578/stable16
[stable16] [stable17] Load additional scripts on help page
This commit is contained in:
commit
d5aaf66479
|
@ -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 New Issue