Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ind.ie Projects
Waystone
Commits
78ed1b67
Unverified
Commit
78ed1b67
authored
Sep 08, 2015
by
Aral Balkan
Browse files
Updated client-side JS to match the CoffeeScript formatter for time formatting.
parent
045cd271
Changes
1
Hide whitespace changes
Inline
Side-by-side
static/js/public.js
View file @
78ed1b67
...
...
@@ -134,7 +134,7 @@ function getOlderMessages(){
var
humanTime
=
moment
(
timeOfPost
).
fromNow
();
return
humanTime
+
"
"
;
return
humanTime
;
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment