Browse Source

HOT-FIX: resolve caminho do jQuery-runner.

pull/760/head
Edward Ribeiro 8 years ago
parent
commit
dcf1c2889d
  1. 2
      sapl/templates/painel/index.html

2
sapl/templates/painel/index.html

@ -10,7 +10,7 @@
<!-- 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 'jquery/dist/jquery.js' %}"></script>
<script type="text/javascript" src="{% static 'js/jquery.runner.js' %}"></script>
<script type="text/javascript" src="{% static 'jQuery-runner/build/jquery.runner.js' %}"></script>
<style type="text/css">

Loading…
Cancel
Save