]> git.parisson.com Git - teleforma.git/commitdiff
fix js
authoryomguy <yomguy@parisson.com>
Mon, 4 Feb 2013 11:15:18 +0000 (12:15 +0100)
committeryomguy <yomguy@parisson.com>
Mon, 4 Feb 2013 11:15:18 +0000 (12:15 +0100)
teleforma/templates/telemeta/base.html

index eef2b5a8c386acddb4758839853c94e72389a9ec..869c6fd9fbf25b4e46a0103b0f90e15015533344 100644 (file)
 {% block javascript %}
 <script src="{% url django.views.i18n.javascript_catalog %}" type="text/javascript"></script>
 <script src="{{ STATIC_URL }}teleforma/js/jquery-1.6.min.js" type="text/javascript"></script>
+<script src="{{ STATIC_URL }}teleforma/js/jquery-ui.js" type="text/javascript"></script>
+<script src="{{ STATIC_URL }}teleforma/js/jquery.expander.min.js" type="text/javascript"></script>
+<script src="{{ STATIC_URL }}teleforma/js/messi.min.js" type="text/javascript"></script>
+<script src="{{ STATIC_URL }}teleforma/js/rainbowvis.js" type="text/javascript"></script>
+<script src="{{ STATIC_URL }}jqchat/jqchat.js" type="text/javascript" ></script>
 <script src="{{ STATIC_URL }}telemeta/js/locale.js" type="text/javascript"></script>
 <script src="{{ STATIC_URL }}telemeta/js/application.js" type="text/javascript"></script>
 <script src="{{ STATIC_URL }}teleforma/js/application.js" type="text/javascript"></script>
-<script src="{{ STATIC_URL }}jqchat/jqchat.js" type="text/javascript" ></script>
 
 {% if user.is_authenticated %}
 <script type='text/javascript'>var CURRENT_USER_NAME="{{ user.username }}";</script>