Skip to content

Commit 1d904b6

Browse files
committed
Fix sound link in numerology edit page
1 parent 503469e commit 1d904b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webroot/template/numerology-edit.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<div id="num-sound-file-existing" class="border bg-light px-2 py-1 my-2" style="border-color: #ced4da">
5858
<button type="button" class="btn btn-sm btn-danger" onclick="$('#num-sound-file-new').removeClass('d-none'),$(this.parentNode).remove()">🗙</button>
5959
{{numerology.sound_file}}
60-
<a href="#" onclick="(new Audio('/sound?name={{ numerology.sound_file }}')).play(); return false" class="align-text-top">
60+
<a href="#" onclick="(new Audio('sound/{{ numerology.sound_file }}')).play(); return false" class="align-text-top">
6161
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-volume-up" viewBox="0 0 16 16">
6262
<path d="M11.536 14.01A8.47 8.47 0 0 0 14.026 8a8.47 8.47 0 0 0-2.49-6.01l-.708.707A7.48 7.48 0 0 1 13.025 8c0 2.071-.84 3.946-2.197 5.303z"/>
6363
<path d="M10.121 12.596A6.48 6.48 0 0 0 12.025 8a6.48 6.48 0 0 0-1.904-4.596l-.707.707A5.48 5.48 0 0 1 11.025 8a5.48 5.48 0 0 1-1.61 3.89z"/>

0 commit comments

Comments
 (0)