disableautofill.js icon indicating copy to clipboard operation
disableautofill.js copied to clipboard

event is not defined

Open falkop opened this issue 6 years ago • 0 comments

Describe the bug

If the condition in line 55 is fullfilled if (passwordLen < realPassword.length) the error ReferenceError: event is not defined is fired.

Fix

This can be fixed just passing the event in line 42 obj.on('keyup', passObj, function(event) {

Information

  • OS: [macOS]
  • Browser [firefox]
  • Version [65.0.1 (64-bit)]

falkop avatar Feb 18 '19 10:02 falkop