jordandelozier / wysibb

WYSIWYG BBcode editor
http://www.wysibb.com
246 stars 86 forks source link

Disable debug logger #53

Open alexvaluyskiy opened 10 years ago

alexvaluyskiy commented 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.

jordandelozier commented 10 years ago

Thanks. Add to roadmap.

adis-io commented 9 years ago

+1