Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable debug logger #53

Open
alexvaluyskiy opened this issue Apr 10, 2014 · 2 comments
Open

Disable debug logger #53

alexvaluyskiy opened this issue Apr 10, 2014 · 2 comments

Comments

@alexvaluyskiy
Copy link

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
Copy link
Owner

Thanks. Add to roadmap.

@adis-io
Copy link

adis-io commented Jan 8, 2015

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants