Fixed issue with commit time not using timeago

This commit is contained in:
Phil Hughes 2016-04-14 15:07:38 +01:00
parent 64776ab2b4
commit 01f70fc97b
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ $ ->
$('.trigger-submit').on 'change', ->
$(@).parents('form').submit()
gl.utils.localTimeAgo($('abbr.timeago, .js-timeago'), false)
gl.utils.localTimeAgo($('abbr.timeago, .js-timeago'), true)
# Flash
if (flash = $(".flash-container")).length > 0