Browse Source

Fix typos in js include

Baptiste Jonglez 8 years ago
parent
commit
677b34cef0

+ 1 - 1
panorama/templates/panorama/locate_point.html

@@ -43,7 +43,7 @@ style="padding:0px"
 
 {% block js %}
 <script src="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js"></script>
-<script src="https://code.jquery.com/jquery-3.0.0.min.js}"></script>
+<script src="https://code.jquery.com/jquery-3.0.0.min.js"></script>
 <script type='text/javascript' src='http://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/leaflet.markercluster.js'></script>
 <script>
     var map;

+ 1 - 1
panorama/templates/panorama/main.html

@@ -37,7 +37,7 @@ style="padding:0px"
 
 {% block js %}
 <script src="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js"></script>
-<script src="https://code.jquery.com/jquery-3.0.0.min.js}"></script>
+<script src="https://code.jquery.com/jquery-3.0.0.min.js"></script>
 <script type='text/javascript' src='http://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/leaflet.markercluster.js'></script>
 <script>
     var map;