mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-01 00:08:53 +02:00
closes #1305
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user