1
0
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:
Cameron
2015-08-18 13:18:54 -07:00
parent 4ffb3ab2c4
commit 215b539675
3 changed files with 42 additions and 13 deletions

View File

@@ -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);
}
});
/*