Commit 306a5071 authored by Skye Yu's avatar Skye Yu

Merge branch 'dev' of http://gitlab.sugrsugr.com/skye/jensen into dev

parents 5912ceea 26a5a7ab
......@@ -738,7 +738,7 @@ Jensen.prototype.getFile = async function (filename, length, ondata, onprogress)
function clearEventAndTask() {
const audio = document.getElementById('test_audio');
audio && audio.pause() && audio.remove();
audio && audio.remove();
wakeLock && wakeLock.release();
console.log('Clear event and task.');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment