Delete trailing spaces and rogue newlines

This commit is contained in:
2018-03-31 21:05:09 +11:00
parent fafb475869
commit ee440617d9
2 changed files with 6 additions and 8 deletions

View File

@ -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()-->