Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove function validate() (?) #2

Open
tripu opened this issue Feb 2, 2018 · 0 comments
Open

Remove function validate() (?) #2

tripu opened this issue Feb 2, 2018 · 0 comments

Comments

@tripu
Copy link

tripu commented Feb 2, 2018

password/index.html

Lines 112 to 114 in 7e839bb

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant