Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
2.6.4 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 16, 2015
1 parent 51476d9 commit 3662203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/src/__init.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$ ->

window.Uno = Uno =
version: '2.5.7'
version: '2.6.4'

search:
container: -> $('#results')
Expand All @@ -29,7 +29,7 @@ $ ->
postDateInDays = Math.floor((postDateNow - new Date(postDate)) / 86400000)

if postDateInDays is 0 then postDateInDays = 'today'
else if postDateInDays is 1 then postDateInDays = "yesterday"
else if postDateInDays is 1 then postDateInDays = 'yesterday'
else postDateInDays = "#{postDateInDays} days ago"

$(this).html(postDateInDays)
Expand Down

0 comments on commit 3662203

Please sign in to comment.