Fixed document.createTreeWalker call in Opera 12.17 and IE 9/10
authorAlexander Ebert <ebert@woltlab.com>
Fri, 28 Nov 2014 00:26:56 +0000 (01:26 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 28 Nov 2014 00:26:56 +0000 (01:26 +0100)
wcfsetup/install/files/js/WCF.Message.js

index adc5534ec958011c2f3a19e0e5ae1aebcb8e5e2d..e8f880170049696e1c93464ea7548d44342cc82a 100644 (file)
@@ -1983,7 +1983,8 @@ WCF.Message.Quote.Handler = Class.extend({
                                        
                                        return NodeFilter.FILTER_ACCEPT;
                                }
-                       }
+                       },
+                       true
                );
                
                var $text = '';