diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-06-23 15:23:28 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-07-15 09:27:57 +0200 |
commit | 81e559313325777649e640492cba1981aff3e54a (patch) | |
tree | 3a200debadabdc6ddb07b90699e0fb34f0e94603 /apps/dashboard/templates | |
parent | 86a7d1641aa85c83aab3b0bc22a84442d3ce3b26 (diff) | |
download | nextcloud-server-81e559313325777649e640492cba1981aff3e54a.tar.gz nextcloud-server-81e559313325777649e640492cba1981aff3e54a.zip |
Move to lazy panel registration during registration context
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/dashboard/templates')
-rw-r--r-- | apps/dashboard/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dashboard/templates/index.php b/apps/dashboard/templates/index.php index b9e614b0f1c..bca9fa30494 100644 --- a/apps/dashboard/templates/index.php +++ b/apps/dashboard/templates/index.php @@ -1,4 +1,4 @@ <?php - \OC_Util::addScript('dashboard', 'dashboard'); + \OCP\Util::addScript('dashboard', 'dashboard'); ?> <div id="app"></div> |