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:
authorMike Greiling <mike@pixelcog.com>2016-11-20 08:52:53 +0300
committerMike Greiling <mike@pixelcog.com>2016-11-20 10:32:20 +0300
commited88515d56f72ba9f77cac2a4dca121fd34f622f (patch)
tree584e2517d8a29a1a00a3249df7a1c9ac6cd70864 /app/views/projects
parent171ece8f8b238cea385cbc19441a44160d4d3e18 (diff)
convert activities.js to es6 class syntax
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/_activity.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_activity.html.haml b/app/views/projects/_activity.html.haml
index d011e51e696..4f15f2997fb 100644
--- a/app/views/projects/_activity.html.haml
+++ b/app/views/projects/_activity.html.haml
@@ -13,7 +13,7 @@
= spinner
:javascript
- var activity = new Activities();
+ var activity = new gl.Activities();
$(document).on('page:restore', function (event) {
activity.reloadActivities()
})