Fix indentation
This commit is contained in:
parent
08c1048604
commit
c214a0aaa6
10
index.html
10
index.html
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue