covering all javascript

This commit is contained in:
Benjamin Boudreau
2018-06-03 14:28:12 -04:00
parent afc2709742
commit e5c61ce998
10 changed files with 335 additions and 1966 deletions

View File

@@ -6,7 +6,7 @@
<body>
<script src="/embeddable-widget.js"></script>
<script>
EmbeddableWidget.render();
EmbeddableWidget.mount();
</script>
</body>
</html>