This commit is contained in:
barisusakli
2015-10-11 14:27:00 -04:00
parent d0150d0be2
commit fca2cf0a10

View File

@@ -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();