cloudfour/hideShowPassword

Rogue console.log

zdwolfe opened this issue · 4 comments

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.

Just removed from the source and minified JS files. Thanks for flagging, @zdwolfe !

Cool. Do you have a list of known supported browsers? Known unsupported browsers?

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.

Sweet, might be good for SEO to add a list of browsers!