summaryrefslogtreecommitdiff
path: root/app/views/projects/_activity.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/_activity.html.haml')
-rw-r--r--app/views/projects/_activity.html.haml6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/projects/_activity.html.haml b/app/views/projects/_activity.html.haml
index ecc966ed453..ad63f5e73ae 100644
--- a/app/views/projects/_activity.html.haml
+++ b/app/views/projects/_activity.html.haml
@@ -8,9 +8,3 @@
.content_list.project-activity{ :"data-href" => activity_project_path(@project) }
= spinner
-
-:javascript
- var activity = new gl.Activities();
- $(document).on('page:restore', function (event) {
- activity.reloadActivities()
- })