mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 22:17:17 +02:00
Gave better webclient error message if online jQuery library was not found.
This commit is contained in:
parent
803051a594
commit
acc89d0be2
1 changed files with 7 additions and 1 deletions
|
|
@ -27,7 +27,13 @@
|
|||
<!--this is supplied by django view - webclient/views.py: -->
|
||||
<div id="noscript"><h3>Javascript Error: The Evennia MUD client requires that you have Javascript activated.</h3>
|
||||
<p>Turn off eventual script blockers and/or switch to a web
|
||||
browser supporting javascript.</p>
|
||||
browser supporting javascript.</p><p>For admins: The error
|
||||
could also be due to not being able to access the online
|
||||
jQuery javascript library. If you are testing the client
|
||||
without an internet connection, you have to previously
|
||||
download the jQuery library from http://code.jquery.com
|
||||
(it's just one file) and then edit webclient.html to point
|
||||
to the local copy.</p>
|
||||
</div>
|
||||
</div>
|
||||
<form id="inputform">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue