Moved on leaflet.storage
This commit is contained in:
parent
38ffb1c8e5
commit
35ff54c093
1 changed files with 0 additions and 4 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue