Closed waldyrious closed 10 years ago
Note: void(null)
was commented out in 87b69ae
Just tested it, it wasn't what prevented the form from being submitted. Need to investigate further.
Note: void(null)
was removed entirely in b44b2b8. That commit also fixed this issue by not using a form at all.
It seems like submitting the master password form is refreshing the page. I believe it might be the reason the
void(null)
was originally added to the code.