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

Very minor script issue in "Get Started" #2821

Closed
johngoren opened this issue Jan 12, 2017 · 1 comment
Closed

Very minor script issue in "Get Started" #2821

johngoren opened this issue Jan 12, 2017 · 1 comment

Comments

@johngoren
Copy link

I only bring this up because the guide is aimed at all levels of knowledge, and some people may otherwise be stumped...

The Get Started guide recommends putting a <script> before the . This works O.K. until the script begins relying on form HTML elements that haven't loaded yet. Might be worth putting in a $(document).ready to wait for all that stuff to load, or moving the <script> lower on the Index.html. I had to do the former to get my form to load in time before trying to stick a JS handler on it...(on a Mac running Chrome and Node 7.2.1)

@darrachequesne
Copy link
Member

That should be fixed here and here, thanks!

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