highlighting of the user with whom you are currently chatting with #1788

This commit is contained in:
Julian Lam
2014-07-07 13:09:09 -04:00
parent 07a82ec12c
commit a031bc2721
3 changed files with 32 additions and 21 deletions

View File

@@ -156,13 +156,13 @@ var socket,
app.enterRoom('global');
if (config.environment === 'development' && console && console.log) {
var log = console.log;
console.log = function() {
log.apply(this, arguments);
socket.emit('tools.log', arguments);
};
}
// if (config.environment === 'development' && console && console.log) {
// var log = console.log;
// console.log = function() {
// log.apply(this, arguments);
// socket.emit('tools.log', arguments);
// };
// }
app.cacheBuster = config['cache-buster'];