mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 17:35:46 +01:00
removing use strict from forum/topic.js until its refactored properly
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
"use strict";
|
||||
/*global define, templates, app, bootbox, socket, translator, config, ajaxify, RELATIVE_PATH*/
|
||||
|
||||
define(['composer', 'forum/pagination'], function(composer, pagination) {
|
||||
var Topic = {},
|
||||
infiniteLoaderActive = false,
|
||||
@@ -643,7 +640,7 @@ define(['composer', 'forum/pagination'], function(composer, pagination) {
|
||||
return div;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
socket.on('get_users_in_room', function(data) {
|
||||
if(data && data.room.indexOf('topic') !== -1) {
|
||||
var activeEl = $('.thread_active_users');
|
||||
|
||||
Reference in New Issue
Block a user