forked from server/soundboard
Merge branch 'master' into metadata
This commit is contained in:
commit
8bfff63e12
@ -112,6 +112,7 @@ function addKeyListeners() {
|
|||||||
source.classList.remove("sound-pressed");
|
source.classList.remove("sound-pressed");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -52,7 +52,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div><!--
|
</div><!--
|
||||||
{% for sound in sounds %}
|
{% for sound in sounds %}
|
||||||
--><div class="sound{{ ' edit' if edit }}"><a tabindex="0" class="unselectable" {{ 'href=/edit/' + sound | urlencode if edit else 'onclick=playSound(\'' + sound | urlencode + '\');' }}>{{ sound.split('.', 1)[0] }}</a></div><!--
|
--><div class="sound{{ ' edit' if edit }}"><a title="{{ sound.split('.', 1)[0] }}" tabindex="0" class="unselectable" {{ 'href=/edit/' + sound | urlencode if edit else 'onclick=playSound(\'' + sound | urlencode + '\');' }}>{{ sound.split('.', 1)[0] }}</a></div><!--
|
||||||
{% endfor %}-->
|
{% endfor %}-->
|
||||||
</section>
|
</section>
|
||||||
<section id="streams" style="display:none;">
|
<section id="streams" style="display:none;">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user