fixed topic reply if title was 255, better notif text in unread and recent,removed console.log

This commit is contained in:
Baris Soner Usakli
2014-01-22 17:23:20 -05:00
parent 79803d2b3d
commit 46fb6377ee
5 changed files with 35 additions and 28 deletions

View File

@@ -367,7 +367,6 @@ define(['composer'], function(composer) {
}
$('.topic').on('click', '.post_reply', function() {
console.log('gg twice');
var selectionText = '',
selection = window.getSelection() || document.getSelection();