mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #26098 -- Used cdnjs.cloudflare for OpenLayers.js.
This commit is contained in:
parent
dbccf163b6
commit
b1d6b0a7b1
6 changed files with 23 additions and 15 deletions
|
@ -83,7 +83,7 @@
|
|||
class="vSerializedField required" style="display:none;"
|
||||
rows="10" cols="150">POINT (7.8177 47.397)</textarea>
|
||||
</div>
|
||||
<script src='http://openlayers.org/api/2.13.1/OpenLayers.js'></script>
|
||||
<script src='https://cdnjs.cloudflare.com/ajax/libs/openlayers/2.13.1/OpenLayers.js'></script>
|
||||
<script src='../django/contrib/gis/static/gis/js/OLMapWidget.js' data-cover></script>
|
||||
<script src='./gis/mapwidget.test.js'></script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue