From 4099cdaef3a9bda6ec2ddaedd86eba97a0e971bb Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Mon, 3 Nov 2014 16:03:27 -0200 Subject: [PATCH] Removed declaration of jQuery.noConflict() --- colab/proxy/noosfero/templates/proxy/noosfero.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/colab/proxy/noosfero/templates/proxy/noosfero.html b/colab/proxy/noosfero/templates/proxy/noosfero.html index 5b7aef6..dd4e6fe 100644 --- a/colab/proxy/noosfero/templates/proxy/noosfero.html +++ b/colab/proxy/noosfero/templates/proxy/noosfero.html @@ -3,26 +3,22 @@ {% block head_css %} + media="screen, projection" rel="stylesheet" type="text/css"> {% endblock %} -{% block head_js %} - -{% endblock %} - {% block navbar %}
- {{ block.super }} + {{ block.super }}
{% endblock %} {% block footer %}
- {{ block.super }} + {{ block.super }}
{% endblock %} @@ -30,4 +26,4 @@ {{ block.super }} -{% endblock %} \ No newline at end of file +{% endblock %} -- libgit2 0.21.2