Commit e3c02c56 authored by Goutte's avatar Goutte

Put back jquery until we get rid of the js dep on the language selector.

parent f68837fe
Pipeline #167 passed with stage
in 43 seconds
...@@ -27,8 +27,9 @@ ...@@ -27,8 +27,9 @@
{% block javascripts %} {% block javascripts %}
{# TODO: ZEPTO JS PLS #} {# TODO: ZEPTO JS PLS #}
{# {% do assets.addJs('jquery', 101) %}#}
{# Yes! We managed to remove all these crappy dependencies \o/ #} {# Yes! We managed to remove all these crappy dependencies \o/ #}
{# … No we did not, not until we remake the language selector #}
{% do assets.addJs('jquery', 101) %}
{# {% do assets.addJs('theme://js/jquery.treemenu.js', {group:'bottom'}) %}#} {# {% do assets.addJs('theme://js/jquery.treemenu.js', {group:'bottom'}) %}#}
{# {% do assets.addJs('theme://js/site.js', {group:'bottom'}) %}#} {# {% do assets.addJs('theme://js/site.js', {group:'bottom'}) %}#}
{% endblock %} {% endblock %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment