# HG changeset patch # User Nicholas Jillings # Date 1457530460 0 # Node ID 75b97c56a9d19345235fa7ce28296399d90d1dab # Parent 9cf727420c29797253e50bb49e78b3466294746d Bug #1654 Fixed. diff -r 9cf727420c29 -r 75b97c56a9d1 core.js --- a/core.js Wed Mar 09 13:12:02 2016 +0000 +++ b/core.js Wed Mar 09 13:34:20 2016 +0000 @@ -310,27 +310,6 @@ // Create the audio engine object audioEngineContext = new AudioEngine(specification); - - $(specification.pages).each(function(index,elem){ - $(elem.audioElements).each(function(i,audioElem){ - var URL = elem.hostURL + audioElem.url; - var buffer = null; - for (var i=0; i