Removed the jQuery library from being shipped with the source (instead accessing it remotely). Download it separately if wanting to test the webclient features without an internet connection. This was due to it massively shifting the analysis of the Evennia code (we suddenly consist of almost 50% javascript code just due to the jQuery inclusion).

This commit is contained in:
Griatch 2011-02-15 07:12:33 +00:00
parent 6a13d07c55
commit 803051a594
3 changed files with 5 additions and 7183 deletions

View file

@ -33,7 +33,6 @@ contain the 'mode' of the request to be handled by the protocol:
*/
// jQuery must be imported by the calling html page before this script
// (it comes with Evennia, in media/javascript/jquery-<version>.js)
// There are plenty of help on using the jQuery library on http://jquery.com/
// Server communications

File diff suppressed because it is too large Load diff