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

Login form #2

Closed
tjoozey opened this issue May 17, 2014 · 1 comment
Closed

Login form #2

tjoozey opened this issue May 17, 2014 · 1 comment

Comments

@tjoozey
Copy link

tjoozey commented May 17, 2014

Login form wont submit user:pass to form unless firebug manually edits the html then the form submits fine. Loading from static page will not submit, no errors other than a http:// password warning on firebug.

@botelho
Copy link
Member

botelho commented May 17, 2014

Remove the following lines in the index.html:

// for demo purposes only
[].slice.call( document.querySelectorAll( 'form button' ) ).forEach( function( bttn ) {
bttn.addEventListener( 'click', function( ev ) { ev.preventDefault(); } );
} );

@botelho botelho closed this as completed May 17, 2014
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

2 participants