mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 15:16:30 +02:00
Debugging added.
This commit is contained in:
@@ -22,6 +22,13 @@
|
|||||||
e.content = t['_' + dialect + '_bbcode2html'](e.content, url);
|
e.content = t['_' + dialect + '_bbcode2html'](e.content, url);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
ed.on('change', function(e) {
|
||||||
|
// console.log('the event object ', e);
|
||||||
|
// console.log(e);
|
||||||
|
// console.log('the editor object ', ed);
|
||||||
|
// console.log('the content ', ed.getContent());
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
// ed.contentCSS.push(url+'/e107.css');
|
// ed.contentCSS.push(url+'/e107.css');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user