|
|
@ -143,7 +143,6 @@ define('forum/topic/postTools', ['share', 'navigator', 'components', 'translator
|
|
|
|
|
|
|
|
|
|
|
|
function onReplyClicked(button, tid, topicName) {
|
|
|
|
function onReplyClicked(button, tid, topicName) {
|
|
|
|
showStaleWarning(function(proceed) {
|
|
|
|
showStaleWarning(function(proceed) {
|
|
|
|
console.log('proceed is', proceed);
|
|
|
|
|
|
|
|
if (!proceed) {
|
|
|
|
if (!proceed) {
|
|
|
|
var selectionText = '',
|
|
|
|
var selectionText = '',
|
|
|
|
selection = window.getSelection ? window.getSelection() : document.selection.createRange();
|
|
|
|
selection = window.getSelection ? window.getSelection() : document.selection.createRange();
|
|
|
|