mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
TinyMce debugging
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user