summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-02-26 19:33:11 -0800
committerAlex Yatskov <alex@foosoft.net>2017-02-26 19:33:11 -0800
commit5b66afde74422c1beac8cf3e25b5aa879c976555 (patch)
tree6781dc7c5fc02d05e7a68c84a4d6ab5cbfde565b /ext
parentb6a426eba012ea2356b8bbb46c7df77f2117e234 (diff)
wtf firefox
Diffstat (limited to 'ext')
-rw-r--r--ext/fg/js/frame.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/frame.js b/ext/fg/js/frame.js
index 1028f0f6..97d95c26 100644
--- a/ext/fg/js/frame.js
+++ b/ext/fg/js/frame.js
@@ -192,7 +192,7 @@ class Frame {
} else {
audio = new Audio(url);
audio.onloadeddata = () => {
- if (audio.duration === 5.694694) {
+ if (audio.duration === 5.694694 || audio.duration === 5.720718) {
audio = new Audio('mp3/button.mp3');
}