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
I just pasted the code:
<html> <head> <meta charset="UTF-8"> <title>Lonely Globe Advisor</title> </head> <body> <h1>Top Hotels in Rome</h1> <ol> <li>Villa Domus - Via Piacenza 9, Rome, Italy</li> <li>Hotel Trivelli - Piazza Barberini 11, Rome, Italy</li> </ol> <script src="upup.min.js"></script> <script> UpUp.start({ 'content': '<html><body><h1>Top Hotels in Rome</h1><p>Villa Domus</p><p>Hotel Trivelli</p></body></html>' }); </script> </body> </html>
Got error
A bad HTTP response code (404) was received when fetching the script.
This 404 code is caused when UpUp.start is called If I comment UpUp.start, everything works fine. (upup.min.js is well loaded)
Any idea ?
The text was updated successfully, but these errors were encountered:
Can you upload this somewhere where we can take a look at it and see why it breaks?
Sorry, something went wrong.
No branches or pull requests
I just pasted the code:
Got error
A bad HTTP response code (404) was received when fetching the script.
This 404 code is caused when UpUp.start is called
If I comment UpUp.start, everything works fine.
(upup.min.js is well loaded)
Any idea ?
The text was updated successfully, but these errors were encountered: