diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml
index 34f27f1e79335029d8ee2e79c753c20fd017c812..d71f61466f13653bc47145a82541836673f7ca48 100644
--- a/app/views/projects/commits/_commit.html.haml
+++ b/app/views/projects/commits/_commit.html.haml
@@ -31,5 +31,5 @@
       by
       = commit_author_link(commit, avatar: true, size: 24)
       .committed_ago
-        #{time_ago_with_tooltip(commit.committed_date, skip_js: true)}  
+        #{time_ago_with_tooltip(commit.committed_date)}  
       = link_to_browse_code(project, commit)