Follow rename in Leaflet.Storage
This commit is contained in:
parent
6069a3de33
commit
d0f78d310d
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
{% block extra_head %}
|
{% block extra_head %}
|
||||||
<link rel="stylesheet" href="{{ STATIC_URL }}storage/contrib/css/storage.ui.example.css">
|
<link rel="stylesheet" href="{{ STATIC_URL }}storage/contrib/css/storage.ui.default.css">
|
||||||
{% endblock extra_head %}
|
{% endblock extra_head %}
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
<script src="{{ STATIC_URL }}foundation/javascripts/jquery.foundation.alerts.js"></script>
|
<script src="{{ STATIC_URL }}foundation/javascripts/jquery.foundation.alerts.js"></script>
|
||||||
<script src="{{ STATIC_URL }}endless_pagination/js/endless-pagination.js"></script>
|
<script src="{{ STATIC_URL }}endless_pagination/js/endless-pagination.js"></script>
|
||||||
{% block bottom_js %}
|
{% block bottom_js %}
|
||||||
<script src="{{ STATIC_URL }}storage/contrib/js/storage.ui.example.js"></script>
|
<script src="{{ STATIC_URL }}storage/contrib/js/storage.ui.default.js"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
<div id="storage-ui-container"></div>
|
<div id="storage-ui-container"></div>
|
||||||
<div id="storage-alert-container"></div>
|
<div id="storage-alert-container"></div>
|
||||||
|
|
Loading…
Reference in a new issue