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
if I run template_test_script.py get this error via the browser console:
template_test_script.py
(index):139 Uncaught ReferenceError: Lona is not defined at (index):139:20
137 <script> 138 // setup lona context --------------------------------------------------------- 139 var lona_context = new Lona.LonaContext({ 140 target: '#lona', 141 title: 'My Fancy Script', 142 update_address_bar: true,
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
if I run
template_test_script.py
get this error via the browser console:The text was updated successfully, but these errors were encountered: