From a2b1d8e7bdc2f4b161d8b10aee3fe6885f63e34f Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 30 Aug 2016 23:25:28 +0200 Subject: [PATCH] Fixed module name --- .../files/js/3rdParty/redactor2/plugins/WoltLabObserve.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabObserve.js b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabObserve.js index b677d1f3f4..807758d505 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabObserve.js +++ b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabObserve.js @@ -1,4 +1,4 @@ -$.Redactor.prototype.WoltLabCaret = function() { +$.Redactor.prototype.WoltLabObserve = function() { "use strict"; return { -- 2.20.1