Delete trailing spaces and rogue newlines
This commit is contained in:
@ -32,7 +32,7 @@
|
||||
{% leaflet_js %}
|
||||
<script type="text/javascript" src="{% static 'map/plugins/leaflet-hash.js' %}"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
|
||||
// This takes HTML as a string and returns an element
|
||||
function create(htmlStr) {
|
||||
var frag = document.createDocumentFragment(),
|
||||
@ -43,7 +43,7 @@
|
||||
}
|
||||
return frag;
|
||||
}
|
||||
|
||||
|
||||
// This is called when the map is initialized
|
||||
function main_app_init(map, options) {
|
||||
var hash = new L.hash(map);
|
||||
@ -107,7 +107,7 @@
|
||||
}
|
||||
}).addTo(map);
|
||||
});
|
||||
|
||||
|
||||
<!--// Add an on-click listener for map click events. Show popup with button to submit a casestudy-->
|
||||
<!--map.on('click', function(e) {-->
|
||||
<!--var popup = L.popup()-->
|
||||
|
Reference in New Issue
Block a user