mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-10 05:38:10 -05:00
Docs: Fix bug in demos (#311)
This commit is contained in:
committed by
GitHub
parent
1906f9a745
commit
a071e36679
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user