html5 audio fix

This commit is contained in:
Michael Deal 2013-01-25 15:33:50 -08:00
parent b95aabcc7b
commit 3110aaa39d
3 changed files with 5 additions and 6 deletions

View file

@ -100,7 +100,7 @@ connect.audiotag = function(filetype, instruments, callback) {
} else {
DOMLoader.script.add({
src: MIDI.soundfontUrl + instrumentId + "-" + filetype + ".js",
verify: instrumentId,
verify: "MIDI.Soundfont." + instrumentId,
callback: function() {
if (MIDI.loader) MIDI.loader.update(null, "Downloading...", 100);
queue.getNext();