disableautofill.js
disableautofill.js copied to clipboard
event is not defined
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)]