mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-04 06:40:44 +01:00
closes #3745
This commit is contained in:
@@ -143,7 +143,6 @@ define('forum/topic/postTools', ['share', 'navigator', 'components', 'translator
|
||||
|
||||
function onReplyClicked(button, tid, topicName) {
|
||||
showStaleWarning(function(proceed) {
|
||||
console.log('proceed is', proceed);
|
||||
if (!proceed) {
|
||||
var selectionText = '',
|
||||
selection = window.getSelection ? window.getSelection() : document.selection.createRange();
|
||||
|
||||
Reference in New Issue
Block a user