Commit da553a4f authored by Phil Hughes's avatar Phil Hughes

Fixed timeago when creating new discussion

parent a085e3fb
...@@ -332,7 +332,7 @@ ...@@ -332,7 +332,7 @@
gl.diffNotesCompileComponents(); gl.diffNotesCompileComponents();
} }
gl.utils.localTimeAgo($('.js-timeago', note_html), false); gl.utils.localTimeAgo($('.js-timeago'), false);
return this.updateNotesCount(1); return this.updateNotesCount(1);
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment