waldyrious / hash-my-pass

A bookmarklet to generate unique passwords per website, based on a single master password.
http://waldyrious.github.io/hash-my-pass/bookmarklet.min.html
Other
17 stars 4 forks source link

don't submit the form #1

Closed waldyrious closed 10 years ago

waldyrious commented 12 years ago

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.

waldyrious commented 10 years ago

Note: void(null) was commented out in 87b69ae

waldyrious commented 10 years ago

Just tested it, it wasn't what prevented the form from being submitted. Need to investigate further.

waldyrious commented 10 years ago

Note: void(null) was removed entirely in b44b2b8. That commit also fixed this issue by not using a form at all.