remove browsing

v1.18.x
barisusakli 9 years ago
parent 9125e778a1
commit 3ca618795f

@ -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,

Loading…
Cancel
Save