mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Issue #1155 - debugging options added.
This commit is contained in:
@@ -29,6 +29,10 @@
|
||||
|
||||
|
||||
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
|
||||
|
||||
if (e.set) {
|
||||
e.content = t['_' + dialect + '_bbcode2html'](e.content, url);
|
||||
}
|
||||
@@ -36,6 +40,8 @@
|
||||
if (e.get) {
|
||||
e.content = t['_' + dialect + '_html2bbcode'](e.content, url);
|
||||
}
|
||||
|
||||
|
||||
});
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user