mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
fixed topic reply if title was 255, better notif text in unread and recent,removed console.log
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user