--- a/src/hdalab/templates/facettes.html Fri Apr 03 18:41:06 2015 +0200
+++ b/src/hdalab/templates/facettes.html Mon Apr 27 17:29:51 2015 +0200
@@ -15,7 +15,7 @@
{% block js_import %}
{{block.super}}
<script src="{% static 'hdalab/lib/raphael-min.js' %}"></script>
- <script src="{% static 'hdalab/lib/underscore-min.js' %}"></script>
+ <script src="{% static 'hdalab/lib/lodash.min.js' %}"></script>
<script src="{% static 'hdalab/lib/jquery-ui-1.10.4.min.js' %}"></script>
<script src="{% static 'hdalab/lib/leaflet/leaflet-src.js' %}"></script>
<script src="{% static 'hdalab/lib/leaflet-zoom-min/L.Control.ZoomMin.js' %}"></script>
@@ -23,7 +23,7 @@
<script src="{% url 'jsi18n' 'hdalab' %}"></script>
<script src="{% static 'hdalab/js/gomina.js?refresh' %}"></script>
-
+
<script type="text/javascript">
gomNs.languageCode = '{{LANGUAGE_CODE}}';
gomNs.urls = {
@@ -109,7 +109,7 @@
<input id="tagsearch" placeholder="{% trans 'Entrez un mot-clef' %}"/>
</form>
<div class="wpinfo">
-
+
</div>
</div>
</div>