From 1c057c6c844ac4a768dd816a5a1afc0e25ee017b Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 26 Oct 2014 21:06:04 +0100 Subject: [PATCH] Fixed template for insert/edit link --- .../js/3rdParty/redactor/plugins/wmonkeypatch.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js index a9d1e8d3ad..1296d02968 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js +++ b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js @@ -476,6 +476,19 @@ RedactorPlugins.wmonkeypatch = function() { // template: imageEdit this.opts.modal.imageEdit = this.opts.modal.image; + // template: link + this.opts.modal.link = + ''; + // template: quote this.opts.modal.quote = '
' -- 2.20.1