Open alexvaluyskiy opened 10 years ago
Since version 1.4.1 I can't disable logging by this code
var opt = { debug:false } $('#editor').wysibb(opt);
Instead, I have to change original script, like this
wbbdebug=false;
I think, it should be nice to return 'debug' option.
Thanks. Add to roadmap.
+1
Since version 1.4.1 I can't disable logging by this code
Instead, I have to change original script, like this
I think, it should be nice to return 'debug' option.