Browse Source

HOT-FIX: jquery-runner

pull/760/head
Edward Ribeiro 8 years ago
parent
commit
023f022b48
  1. 4
      sapl/templates/painel/index.html

4
sapl/templates/painel/index.html

@ -10,8 +10,8 @@
<!-- TODO: does it need this head_title here? -->
<title>{% block head_title %}{% trans 'SAPL - Sistema de Apoio ao Processo Legislativo' %}{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" src="{% static 'js/jquery.runner.js' %}"></script>
<script type="text/javascript" src="{% static 'jQuery-runner/build/jquery.runner.js' %}"></script>
<script type="text/javascript" src="{% static 'jquery/dist/jquery.js' %}"></script>
<script type="text/javascript" src="{% static 'js/jquery.runner.js' %}"></script>
<style type="text/css">
@media screen {

Loading…
Cancel
Save