From: Alexander Ebert Date: Tue, 17 Jan 2017 10:49:00 +0000 (+0100) Subject: Fixed event name X-Git-Tag: 3.0.1~29 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=63d65f4260429ca14cff6a1b70db76fef6fbce1c;p=GitHub%2FWoltLab%2FWCF.git Fixed event name --- diff --git a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabSource.js b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabSource.js index bd57c711b7..9c750e2ddd 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabSource.js +++ b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabSource.js @@ -31,7 +31,7 @@ $.Redactor.prototype.WoltLabSource = function() { element.removeAttribute('data-title'); }); - WCF.System.Event.fireEvent('com.woltlab.wcf.redactor2', 'source_' + stripIntermediateCode + '_' + id, { div: div }); + WCF.System.Event.fireEvent('com.woltlab.wcf.redactor2', 'source_stripIntermediateCode_' + id, { div: div }); }; function stripIcons(div) {