Skip to content
Snippets Groups Projects
Commit 43773d46 authored by Rafael Ostertag's avatar Rafael Ostertag
Browse files

Use QfqNS.Log instead of console.log.

parent 36003586
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ QfqNS.Helper = QfqNS.Helper || {};
config.selector = "#" + tinyMCEId;
config.setup = function (editor) {
editor.on('Change', function (e) {
console.log('Editor was changed');
QfqNS.Log.debug('Editor was changed');
var eventTarget = e.target;
var $parentForm = $(eventTarget.formElement);
$parentForm.trigger("change");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment