From e9732458ef7593cb34e63a60dc47b030be6e8034 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 29 Sep 2015 11:13:55 -0700 Subject: [PATCH] TinyMce debugging --- e107_plugins/tinymce4/plugins/e107/debug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/tinymce4/plugins/e107/debug.js b/e107_plugins/tinymce4/plugins/e107/debug.js index 076b57db8..a8dd69318 100644 --- a/e107_plugins/tinymce4/plugins/e107/debug.js +++ b/e107_plugins/tinymce4/plugins/e107/debug.js @@ -28,7 +28,7 @@ ed.on('postProcess', function(e) { console.log(e); - alert(e.content); // remove comment to test Firefox issue: http://www.tinymce.com/develop/bugtracker_view.php?id=7655 + alert('postProcess executed'); // remove comment to test Firefox issue: http://www.tinymce.com/develop/bugtracker_view.php?id=7655 if (e.set) { e.content = t['_e107_bbcode2html'](e.content, url);