added jquery.timeago.js

This commit is contained in:
Baris Usakli
2013-09-19 15:10:03 -04:00
parent efef9c864c
commit d721320af5
2 changed files with 194 additions and 0 deletions

View File

@@ -64,6 +64,7 @@
}
socket.emit('api:categories.getRecentReplies', cid);
$('#topics-container span.timeago').timeago();
}
socket.on('event:new_topic', onNewTopic);