diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-02-26 19:33:11 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-02-26 19:33:11 -0800 |
commit | 5b66afde74422c1beac8cf3e25b5aa879c976555 (patch) | |
tree | 6781dc7c5fc02d05e7a68c84a4d6ab5cbfde565b /ext/fg/js/frame.js | |
parent | b6a426eba012ea2356b8bbb46c7df77f2117e234 (diff) |
wtf firefox
Diffstat (limited to 'ext/fg/js/frame.js')
-rw-r--r-- | ext/fg/js/frame.js | 2 |
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'); } |