summaryrefslogtreecommitdiffstats
path: root/public/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/js/index.js')
-rw-r--r--public/js/index.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/js/index.js b/public/js/index.js
index 3152b2a5a4..169563a4ec 100644
--- a/public/js/index.js
+++ b/public/js/index.js
@@ -1568,7 +1568,7 @@ $(document).ready(function () {
initWebhook();
initAdmin();
initCodeView();
- initDashboardSearch();
+ initVueApp();
initTeamSettings();
// Repo clone url.
@@ -1758,8 +1758,8 @@ function initVueComponents(){
})
}
-function initDashboardSearch() {
- var el = document.getElementById('dashboard-repo-search');
+function initVueApp() {
+ var el = document.getElementById('app');
if (!el) {
return;
}