mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
rename to apps.js
This commit is contained in:
parent
9112386cbf
commit
c2330e558e
2 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ class OC {
|
|||
//OC_Util::addScript( "multiselect" );
|
||||
OC_Util::addScript('search', 'result');
|
||||
OC_Util::addScript("oc-requesttoken");
|
||||
OC_Util::addScript("app");
|
||||
OC_Util::addScript("apps");
|
||||
|
||||
// avatars
|
||||
if (\OC_Config::getValue('enable_avatars', true) === true) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue