Transpile infodisplay to support older browsers
This commit is contained in:
parent
731d6ce04c
commit
09e5147859
4 changed files with 3 additions and 8 deletions
|
|
@ -4,7 +4,6 @@
|
|||
<meta charset="utf-8">
|
||||
<title>c-flo info display</title>
|
||||
<script src="/dist/infodisplay.js" type="text/javascript"></script>
|
||||
<script src="infodisplay.js" type="text/javascript"></script>
|
||||
<style>
|
||||
body {
|
||||
margin: 0px;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
const { msgflo } = window.infodisplay;
|
||||
import msgflo from 'msgflo-browser';
|
||||
|
||||
let timeout = null;
|
||||
|
||||
function getRotationUrl(urls, current) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue