summaryrefslogtreecommitdiff
path: root/js_tests
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2016-08-10 17:13:08 +0200
committerTim Graham <timograham@gmail.com>2016-09-03 06:52:25 -0400
commitb1d6b0a7b121eec860b518b4903d7c8c74f7773b (patch)
treee52a76f1084d23fa29fd3f8527e8afd699e8fa6f /js_tests
parentdbccf163b6e45bf2a673c249d4667360676acddc (diff)
Fixed #26098 -- Used cdnjs.cloudflare for OpenLayers.js.
Diffstat (limited to 'js_tests')
-rw-r--r--js_tests/tests.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js_tests/tests.html b/js_tests/tests.html
index e5ec2647e7..13aefd0c06 100644
--- a/js_tests/tests.html
+++ b/js_tests/tests.html
@@ -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>