# HG changeset patch # User Nicholas Jillings # Date 1456153539 0 # Node ID 320c8b0458fe2444cb8ba042fa0073d2f1376b8d # Parent 8424449cd11d15dfd1f2534cb5b4b041818e54f7 Bug #1615 Fixed. Also set hostURL in schema to default to an empty string if not specified in diff -r 8424449cd11d -r 320c8b0458fe 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 - +