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 random examples do work when I comment out the script element for page.js in en/index.html.
The text was updated successfully, but these errors were encountered:
Can you get the JavaScript error from the Console?
Sorry, something went wrong.
Seems to work on FireFox 19. It fails in Chrome with the following error:
Uncaught TypeError: Object /en/ has no method 'startsWith'
Use indexOf instead of startsWith for Chrome (issue #48).
d5ec257
* It appears startsWith / endsWith were added in ES 6. Gecko apparently supports this already.
Fixed.
No branches or pull requests
The random examples do work when I comment out the script element for page.js in en/index.html.
The text was updated successfully, but these errors were encountered: