From 87b8a4f33f0913bd9511c43378606c0312a17ed4 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 26 Feb 2015 10:35:41 +0100 Subject: [PATCH] Prevent [TAB] focusing the quote header in Firefox --- wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js index 959a85eab8..035d130cf3 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js +++ b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js @@ -1940,7 +1940,7 @@ RedactorPlugins.wbbcode = function() { } if (author) { - if (link) $header += ''; + if (link) $header += ''; $header += WCF.Language.get('wcf.bbcode.quote.title.javascript', { quoteAuthor: WCF.String.unescapeHTML(author) }); -- 2.20.1