# HG changeset patch # User Nicholas Jillings # Date 1456153539 0 # Node ID ada2ec131505d22d7a9bfa5f2a483db0c3eb0ae9 # Parent e0f95b33ba31223dc302371feeef79c139090cca Bug #1615 Fixed. Also set hostURL in schema to default to an empty string if not specified in diff -r e0f95b33ba31 -r ada2ec131505 interfaces/AB.js --- a/interfaces/AB.js Mon Feb 22 14:55:16 2016 +0000 +++ b/interfaces/AB.js Mon Feb 22 15:05:39 2016 +0000 @@ -201,22 +201,31 @@ alert("Please listen to the samples before making a selection"); console.log("Please listen to the samples before making a selection"); return; - } - $(".comparator-selector").removeClass('selected'); + } var id = event.currentTarget.parentElement.getAttribute('track-id'); interfaceContext.comparator.selected = id; - $(event.currentTarget).addClass('selected'); - for (var i=0; i - +