make absolute blob paths relative. Fixes https://github.com/schlagmichdoch/PairDrop/issues/16
This commit is contained in:
parent
a2d6832d12
commit
93c3158e5c
1 changed files with 2 additions and 2 deletions
|
@ -321,8 +321,8 @@
|
||||||
<script src="scripts/NoSleep.min.js" async></script>
|
<script src="scripts/NoSleep.min.js" async></script>
|
||||||
<!-- Sounds -->
|
<!-- Sounds -->
|
||||||
<audio id="blop" autobuffer="true">
|
<audio id="blop" autobuffer="true">
|
||||||
<source src="/sounds/blop.mp3" type="audio/mpeg">
|
<source src="sounds/blop.mp3" type="audio/mpeg">
|
||||||
<source src="/sounds/blop.ogg" type="audio/ogg">
|
<source src="sounds/blop.ogg" type="audio/ogg">
|
||||||
</audio>
|
</audio>
|
||||||
<!-- no script -->
|
<!-- no script -->
|
||||||
<noscript>
|
<noscript>
|
||||||
|
|
Loading…
Reference in a new issue