X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/51a4b0a4a2aad9b17eb9b6c5d71bb67677e20b50..a130412e611a2a29bf0cc9bbbfdefea0b1d0061f:/project/templates/explorer/panels/xmleditor.html diff --git a/project/templates/explorer/panels/xmleditor.html b/project/templates/explorer/panels/xmleditor.html index bb225e4c..0c8724fd 100644 --- a/project/templates/explorer/panels/xmleditor.html +++ b/project/templates/explorer/panels/xmleditor.html @@ -35,7 +35,6 @@ var tag = $(this).attr('p:tag'); var handler = function() { var text = editor.selection(); - console.log(editor, editor.frame); editor.replaceSelection('<' + tag + '>' + text + ''); if (text.length == 0) { var pos = editor.cursorPosition();