mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-04 23:00:31 +01:00
remove browsing
This commit is contained in:
@@ -4,19 +4,15 @@
|
||||
/* globals config, app, ajaxify, define, socket, templates, translator, utils */
|
||||
|
||||
define('forum/topic/events', [
|
||||
'forum/topic/browsing',
|
||||
'forum/topic/postTools',
|
||||
'forum/topic/threadTools',
|
||||
'forum/topic/posts',
|
||||
'components'
|
||||
], function(browsing, postTools, threadTools, posts, components) {
|
||||
], function(postTools, threadTools, posts, components) {
|
||||
|
||||
var Events = {};
|
||||
|
||||
var events = {
|
||||
'event:user_enter': browsing.onUserEnter,
|
||||
'event:user_leave': browsing.onUserLeave,
|
||||
'event:user_status_change': browsing.onUserStatusChange,
|
||||
'event:voted': updatePostVotesAndUserReputation,
|
||||
'event:favourited': updateFavouriteCount,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user