Because there was no child element for the generated svgs, they were
throwing lots of console errors
This commit is contained in:
Brooke Angel 2018-12-13 10:29:13 -08:00
parent a97ddb4e4e
commit b1efd55649
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -10,6 +10,7 @@
<script src="javascript.js"></script>
</head>
<body>
<div id="svg-target"></div>
<script src="elm.js"></script>
<script>
const app = Elm.Main.init();