From e8d0276cae12e02dca720ff931c3472332f36bd0 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 18 Dec 2017 11:01:32 +0100 Subject: [PATCH] Removed debug code --- .../install/files/js/3rdParty/redactor2/plugins/WoltLabInsert.js | 1 - 1 file changed, 1 deletion(-) diff --git a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabInsert.js b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabInsert.js index a3f181599e..901e906e03 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabInsert.js +++ b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabInsert.js @@ -71,7 +71,6 @@ $.Redactor.prototype.WoltLabInsert = function() { this.selection.restore(); if (elClosest(window.getSelection().anchorNode, '.redactor-layer') !== this.core.editor()[0]) { this.WoltLabCaret.endOfEditor(); - console.log("fixed selection"); } mpText.call(this, text); -- 2.20.1