Browse Source

Comment the room lastDate cleanup, it's a bit buggy

pull/183/head
Timothée Jaussoin 10 years ago
parent
commit
688a8461a1
  1. 4
      app/widgets/Chat/chat.js

4
app/widgets/Chat/chat.js

@ -214,14 +214,14 @@ var Chat = {
previous = 'left';
}
if(bubbles[i].className.indexOf('room') > -1) {
/*if(bubbles[i].className.indexOf('room') > -1) {
var lastDate = bubbles[i].querySelector('span.info').innerHTML;
if(lastDate == Chat.lastDate) {
bubbles[i].querySelector('span.info').innerHTML = '';
}
Chat.lastDate = lastDate;
}
}*/
}
}
}

Loading…
Cancel
Save