Rogue console.log
zdwolfe opened this issue · 4 comments
zdwolfe commented
There's a console.log in toggleKeyEvent. Old browsers don't support console.log, though I'm not sure what your list of supported browsers is, so this could be a non-issue.
tylersticka commented
Just removed from the source and minified JS files. Thanks for flagging, @zdwolfe !
zdwolfe commented
Cool. Do you have a list of known supported browsers? Known unsupported browsers?
tylersticka commented
It should support any browser that supports changing the type
attribute of an <input>
element. So far, the only browsers we've found that don't allow this are IE8 and below. The plugin includes a feature test that disables itself by default if that feature is not available.
zdwolfe commented
Sweet, might be good for SEO to add a list of browsers!