This commit is contained in:
barisusakli
2014-04-03 17:14:25 -04:00
parent 6b7049cdae
commit ef2221d677

View File

@@ -16,6 +16,10 @@ define(function() {
app.enterRoom('home');
socket.on('event:new_post', home.onNewPost);
$('.home .category-header').tooltip({
placement: 'bottom'
});
};
home.onNewPost = function(data) {