mirror of
https://github.com/e107inc/e107.git
synced 2025-03-13 17:09:46 +01:00
Debugging added.
This commit is contained in:
parent
d7016f9971
commit
e5e3793ee4
@ -22,6 +22,13 @@
|
||||
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');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user