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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-08-04 16:10:36 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-08-04 16:10:36 +0300
commit03598ca79b02a949b1d6cc1e64a701be2b65581f (patch)
tree6d067dd55b78e2c6ea844e1f200f8bf2e7e97cb8 /app/assets
parent91a60743489f67766f1e06da56efa172fedaca89 (diff)
Disable new repo on project show
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/javascripts/dispatcher.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/javascripts/dispatcher.js b/app/assets/javascripts/dispatcher.js
index 8f10afd7a2f..eedcce877ba 100644
--- a/app/assets/javascripts/dispatcher.js
+++ b/app/assets/javascripts/dispatcher.js
@@ -349,8 +349,6 @@ import FeatureHelper from './helpers/feature_helper';
shortcut_handler = new ShortcutsNavigation();
new NotificationsForm();
- if (FeatureHelper.isNewRepo()) break;
-
if ($('#tree-slider').length) new TreeView();
if ($('.blob-viewer').length) new BlobViewer();
break;