# HG changeset patch # User Nicholas Jillings # Date 1457530460 0 # Node ID c6c40d4ac5307e6c64fd6cba4461f019e8b4716a # Parent d9b9d46aa9ae61c3a4475865902047b8f31b1e2d Bug #1654 Fixed. diff -r d9b9d46aa9ae -r c6c40d4ac530 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