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>
|
<div id="mapdiv"></div>
|
||||||
<script type="text/javascript" src="dist/js/storymap.js"></script>
|
<script type="text/javascript" src="dist/js/storymap.js"></script>
|
||||||
<script>
|
<script>
|
||||||
const storymap_options = {};
|
const storymap_options = {};
|
||||||
const storymap = new KLStoryMap.StoryMap('mapdiv', 'data.json', storymap_options);
|
const storymap = new KLStoryMap.StoryMap('mapdiv', 'data.json', storymap_options);
|
||||||
window.onresize = function(event) {
|
window.onresize = function(event) {
|
||||||
storymap.updateDisplay(); // this isn't automatic
|
storymap.updateDisplay(); // this isn't automatic
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue