1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-12 05:24:38 +02:00

TinyMce upgraded to v4.2 and no-save issue corrected. Old files removed.

This commit is contained in:
Cameron
2015-09-29 12:11:15 -07:00
parent e9732458ef
commit 54402fe2b2
4 changed files with 4 additions and 559 deletions

View File

@@ -27,7 +27,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(e.content); // remove comment to test.
if (e.set) {
e.content = t['_' + dialect + '_bbcode2html'](e.content, url);