1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00

TinyMce debugging

This commit is contained in:
Cameron
2015-09-29 11:13:55 -07:00
parent eed61c0f05
commit e9732458ef

View File

@@ -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);