mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 23:47:16 +02:00
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:
parent
6a13d07c55
commit
803051a594
3 changed files with 5 additions and 7183 deletions
|
|
@ -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
|
||||
|
|
|
|||
7179
src/web/media/javascript/jquery-1.4.4.js
vendored
7179
src/web/media/javascript/jquery-1.4.4.js
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue