Open Clausi opened 9 years ago
You can put debug mode value in the options object, and then set it when init plugin on node.
How do you do that ?
Change string 79 in jquery.wysibb.js:
wbbdebug=true;
on something like this:
if (env.devMode) {
wbbdebug = true;
} else {
wbbdebug = false;
}
where env.devMode yours environment
Hey, I get a lot of output in the console.
And at the end it also outputs a js object.
This looks like debug output, any chance to disable it and still use the jquery.wysibb.min.js? Currently I disabled it manually in jquery.wysibb.js