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:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-06-10 16:11:53 +0300
committerPhil Hughes <me@iamphill.com>2016-06-13 13:06:38 +0300
commit304979f89777f4aca52b382fdbe3a593dc7e50f3 (patch)
tree5958cccebf5e8dac3c5fa1d923024614c7d94c45 /app/assets/javascripts
parentfab1c4a81b7eef247abe6bdd3775cf0ce42badc1 (diff)
Allow to show the time in the future
Diffstat (limited to 'app/assets/javascripts')
-rw-r--r--app/assets/javascripts/application.js.coffee2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/application.js.coffee b/app/assets/javascripts/application.js.coffee
index 69d4c4f5dd3..33e593f4376 100644
--- a/app/assets/javascripts/application.js.coffee
+++ b/app/assets/javascripts/application.js.coffee
@@ -254,6 +254,8 @@ $ ->
.on "resize.app", (e) ->
fitSidebarForSize()
+ jQuery.timeago.settings.allowFuture = true;
+
gl.awardsHandler = new AwardsHandler()
checkInitialSidebarSize()
new Aside()