1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-23 01:12:56 +02:00

TinyMce Fullscreen now working correctly. Clearfix added to 'Alignment' format menu.

This commit is contained in:
Cameron
2016-03-09 16:06:30 -08:00
parent eb6c6c3021
commit aea0fd2e53
8 changed files with 37 additions and 12 deletions

View File

@ -17,11 +17,12 @@
var t = this, dialect = ed.getParam('bbcode_dialect', 'e107').toLowerCase();
ed.on('beforeSetContent', function(e) {
e.content = t['_' + dialect + '_bbcode2html'](e.content, url);
});
// ed.contentCSS.push(url+'/e107.css');
ed.on('postProcess', function(e) {