From: Alexander Ebert Date: Fri, 28 Nov 2014 00:26:56 +0000 (+0100) Subject: Fixed document.createTreeWalker call in Opera 12.17 and IE 9/10 X-Git-Tag: 2.1.0_Beta_1~134 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bba69e1a4e2ed5094bb53d59b30c360127f0fd8d;p=GitHub%2FWoltLab%2FWCF.git Fixed document.createTreeWalker call in Opera 12.17 and IE 9/10 --- diff --git a/wcfsetup/install/files/js/WCF.Message.js b/wcfsetup/install/files/js/WCF.Message.js index adc5534ec9..e8f8801700 100644 --- a/wcfsetup/install/files/js/WCF.Message.js +++ b/wcfsetup/install/files/js/WCF.Message.js @@ -1983,7 +1983,8 @@ WCF.Message.Quote.Handler = Class.extend({ return NodeFilter.FILTER_ACCEPT; } - } + }, + true ); var $text = '';