1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-13 17:09:46 +01:00

Debugging added.

This commit is contained in:
Cameron 2017-10-31 10:39:12 -07:00
parent d7016f9971
commit e5e3793ee4

View File

@ -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');