mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-29 02:30:51 +00:00
make absolute blob paths relative. Fixes https://github.com/schlagmichdoch/PairDrop/issues/16
This commit is contained in:
+2
-2
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user