Remove duplicate timeago call

This commit is contained in:
Robert Speicher 2015-06-17 15:52:46 -04:00
parent 8c8cd8be43
commit 2efb0b6e93

View file

@ -141,8 +141,7 @@ $ ->
$('.trigger-submit').on 'change', ->
$(@).parents('form').submit()
$("abbr.timeago").timeago()
$('.js-timeago').timeago()
$('abbr.timeago, .js-timeago').timeago()
# Flash
if (flash = $(".flash-container")).length > 0