From fc49b6d1a7e7d56b4a8684b507ff674780c7170b Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 10 Nov 2017 18:42:25 +0100 Subject: [PATCH] Updated ACP WYSIWYG template --- wcfsetup/install/files/acp/templates/wysiwyg.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wcfsetup/install/files/acp/templates/wysiwyg.tpl b/wcfsetup/install/files/acp/templates/wysiwyg.tpl index 6a78ec338f..3d4a81ff87 100644 --- a/wcfsetup/install/files/acp/templates/wysiwyg.tpl +++ b/wcfsetup/install/files/acp/templates/wysiwyg.tpl @@ -28,6 +28,7 @@ '{@$__wcf->getPath()}js/3rdParty/redactor2/plugins/WoltLabInlineCode.js?v={@LAST_UPDATE_TIME}', '{@$__wcf->getPath()}js/3rdParty/redactor2/plugins/WoltLabInsert.js?v={@LAST_UPDATE_TIME}', '{@$__wcf->getPath()}js/3rdParty/redactor2/plugins/WoltLabKeydown.js?v={@LAST_UPDATE_TIME}', + '{@$__wcf->getPath()}js/3rdParty/redactor2/plugins/WoltLabKeyup.js?v={@LAST_UPDATE_TIME}', '{@$__wcf->getPath()}js/3rdParty/redactor2/plugins/WoltLabLine.js?v={@LAST_UPDATE_TIME}', '{@$__wcf->getPath()}js/3rdParty/redactor2/plugins/WoltLabLink.js?v={@LAST_UPDATE_TIME}', '{@$__wcf->getPath()}js/3rdParty/redactor2/plugins/WoltLabList.js?v={@LAST_UPDATE_TIME}', @@ -206,6 +207,7 @@ 'WoltLabIndent', 'WoltLabInlineCode', 'WoltLabInsert', + 'WoltLabKeyup', 'WoltLabLine', {if $__wcf->getBBCodeHandler()->isAvailableBBCode('url')}'WoltLabLink',{/if} 'WoltLabList', -- 2.20.1