Moved on leaflet.storage

This commit is contained in:
Yohan Boniface 2013-11-26 18:54:23 +01:00
parent 38ffb1c8e5
commit 35ff54c093

View file

@ -42,10 +42,6 @@
{% block bottom_js %} {% block bottom_js %}
<script type="text/javascript"> <script type="text/javascript">
L.Storage.on('ui:ready', function () { L.Storage.on('ui:ready', function () {
function fn (e) {
D.DOM.toggleClass(this.parentNode, "on");
}
D.Event.on('fieldset.toggle legend', 'click', fn);
D.autoComplete('#id_editors', { D.autoComplete('#id_editors', {
placeholder: "Type editors nick to add..." placeholder: "Type editors nick to add..."
}).multiselect(); }).multiselect();