From: Alexander Ebert Date: Mon, 27 Oct 2014 01:48:23 +0000 (+0100) Subject: Removed debug code X-Git-Tag: 2.1.0_Alpha_1~171 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bcead2927d958349f71badbf7cd4e91e480e9d43;p=GitHub%2FWoltLab%2FWCF.git Removed debug code --- diff --git a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js index 2991899fa4..97c4017f70 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js +++ b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js @@ -712,7 +712,7 @@ RedactorPlugins.wbbcode = function() { // rebuild the array $parts = $previous.concat($part, $parts.slice($i + 1)); - console.debug($parts); + break; } } @@ -854,7 +854,7 @@ RedactorPlugins.wbbcode = function() { data = data.replace($regex, $transformQuote($cachedQuote.content)); } } - console.debug(data); + WCF.System.Event.fireEvent('com.woltlab.wcf.redactor', 'afterConvertToHtml', { data: data }); return data;