# HG changeset patch # User Nicholas Jillings # Date 1456153539 0 # Node ID 705025e30784ae2a580ee05b63cc76729f5baf7a # Parent 9f24a593dda912c484bf7e169ebf0dfe090e63ea Bug #1615 Fixed. Also set hostURL in schema to default to an empty string if not specified in diff -r 9f24a593dda9 -r 705025e30784 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 - +