Docs: Fix bug in demos (#311)

This commit is contained in:
Michał Leszczyński
2024-04-02 22:45:19 +02:00
committed by GitHub
parent 1906f9a745
commit a071e36679
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
<script type="text/javascript">
// ensure the library is always fully reloaded
document.write('<script src="../../dist/libhalo.js?_v=' + (Math.random() + '') + '"></scr' + 'ipt>');
document.write('<script src="../dist/libhalo.js?_v=' + (Math.random() + '') + '"></scr' + 'ipt>');
</script>
</head>
<body>

View File

@@ -14,7 +14,7 @@
<script type="text/javascript">
// ensure the library is always fully reloaded
document.write('<script src="../../dist/libhalo.js?_v=' + (Math.random() + '') + '"></scr' + 'ipt>');
document.write('<script src="../dist/libhalo.js?_v=' + (Math.random() + '') + '"></scr' + 'ipt>');
</script>
</head>
<body>