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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user