mirror of
https://github.com/RobinLinus/snapdrop.git
synced 2025-05-16 07:30:12 -07:00
Removed the / as it breaks reverse proxying
This commit is contained in:
parent
85f99a7b41
commit
21f82c7ffd
@ -218,8 +218,8 @@
|
|||||||
<script src="scripts/clipboard.js" async></script>
|
<script src="scripts/clipboard.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…
x
Reference in New Issue
Block a user