diff --git a/evennia/web/webclient/templates/webclient/base.html b/evennia/web/webclient/templates/webclient/base.html index 3852b45273..a5c65fad2c 100644 --- a/evennia/web/webclient/templates/webclient/base.html +++ b/evennia/web/webclient/templates/webclient/base.html @@ -13,16 +13,18 @@ JQuery available. - - + + + + {% block jquery_import %} - + {% endblock %} + + + - + + + + + + + + {% block guilib_import %} + + {% endblock %} + - - + + + + {% block scripts %} + {% endblock %}
@@ -74,6 +101,10 @@ JQuery available. web browser supporting javascript.This error could also be due to not being able to access the online jQuery javascript library.
+ + @@ -81,62 +112,5 @@ JQuery available. {% block client %} {% endblock %} - - - - {% block jquery_import %} - - {% endblock %} - - - - - - - - - - - - - - - - - - {% block guilib_import %} - - {% endblock %} - - - - - {% block scripts %} - {% endblock %}