From acc89d0be28a94aca3859cb894750ebadc8e74ca Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 15 Feb 2011 07:39:19 +0000 Subject: [PATCH] Gave better webclient error message if online jQuery library was not found. --- src/web/templates/prosimii/webclient.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/web/templates/prosimii/webclient.html b/src/web/templates/prosimii/webclient.html index 5cd10df779..aa1bcc7e24 100644 --- a/src/web/templates/prosimii/webclient.html +++ b/src/web/templates/prosimii/webclient.html @@ -27,7 +27,13 @@

Javascript Error: The Evennia MUD client requires that you have Javascript activated.

Turn off eventual script blockers and/or switch to a web - browser supporting javascript.

+ browser supporting javascript.

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.