Fix indentation

This commit is contained in:
Chandler Swift 2024-12-22 22:37:40 -06:00
parent 08c1048604
commit c214a0aaa6
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -21,11 +21,11 @@
<div id="mapdiv"></div>
<script type="text/javascript" src="dist/js/storymap.js"></script>
<script>
const storymap_options = {};
const storymap = new KLStoryMap.StoryMap('mapdiv', 'data.json', storymap_options);
window.onresize = function(event) {
storymap.updateDisplay(); // this isn't automatic
}
const storymap_options = {};
const storymap = new KLStoryMap.StoryMap('mapdiv', 'data.json', storymap_options);
window.onresize = function(event) {
storymap.updateDisplay(); // this isn't automatic
}
</script>
</body>
</html>