|
function validate(form) { |
|
return find('#site-tag').value && find('#master-key').value; |
|
} |
I understand it's not being used; remove?
I didn't realise it was there, and actually re-implemented it in my own fork, a bit differently (I'm using it):
https://github.com/tripu/password/blob/gh-pages/index.html#L309-L316
password/index.html
Lines 112 to 114 in 7e839bb
I understand it's not being used; remove?
I didn't realise it was there, and actually re-implemented it in my own fork, a bit differently (I'm using it):
https://github.com/tripu/password/blob/gh-pages/index.html#L309-L316