Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/lib/Listener/LoadSidebarScripts.php')
-rw-r--r--apps/comments/lib/Listener/LoadSidebarScripts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/lib/Listener/LoadSidebarScripts.php b/apps/comments/lib/Listener/LoadSidebarScripts.php
index 842788f1de8..a73c11ebf18 100644
--- a/apps/comments/lib/Listener/LoadSidebarScripts.php
+++ b/apps/comments/lib/Listener/LoadSidebarScripts.php
@@ -52,6 +52,6 @@ class LoadSidebarScripts implements IEventListener {
// TODO: make sure to only include the sidebar script when
// we properly split it between files list and sidebar
Util::addScript(Application::APP_ID, 'comments');
- Util::addScript(Application::APP_ID, 'comments-tab');
+ Util::addScript(Application::APP_ID, 'comments-tab', 'files');
}
}