We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current code doesn't load the bottom part of the screen (the x here now)
To fix change line 44 of index.html to if (window.location.hash && window.location.hash.indexOf("#access_token=") > -1) {
The text was updated successfully, but these errors were encountered:
Thanks very much for the fix! I've incorporated it now.
Sorry, something went wrong.
I also changed the checkin.html file on my screen so that the text can be different each time, see here: https://github.com/dhrosen/Welcome-to-the-iSchool
My screen is: 4sqischool.appspot.com
No branches or pull requests
The current code doesn't load the bottom part of the screen (the x here now)
To fix change line 44 of index.html to
if (window.location.hash && window.location.hash.indexOf("#access_token=") > -1) {
The text was updated successfully, but these errors were encountered: