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
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-08 14:43:45 +0300
committerPhil Hughes <me@iamphill.com>2017-08-08 14:43:45 +0300
commitdb549f5d347503c4bf31c708d44566cdde513875 (patch)
tree632cc11ae66af5892977990c692ede996c970f7b /app
parent0ec87b3bf0ac27af5f5fedf97d51c8b14b050f50 (diff)
Fixed activity not loading on project homepage
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/dispatcher.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/dispatcher.js b/app/assets/javascripts/dispatcher.js
index 265e304b957..7cc7636cca3 100644
--- a/app/assets/javascripts/dispatcher.js
+++ b/app/assets/javascripts/dispatcher.js
@@ -343,6 +343,7 @@ import UserFeatureHelper from './helpers/user_feature_helper';
if ($('#tree-slider').length) new TreeView();
if ($('.blob-viewer').length) new BlobViewer();
+ if ($('.project-show-activity').length) new gl.Activities();
break;
case 'projects:edit':
setupProjectEdit();