# HG changeset patch # User Nicholas Jillings # Date 1505221326 -3600 # Node ID 03c166698eab6051fd1976222e4d3d241b3b63a9 # Parent 0dd44ca5d062876b63652b8270c906290fa99496 Fix #229 diff -r 0dd44ca5d062 -r 03c166698eab interfaces/ABX.js --- a/interfaces/ABX.js Mon Sep 11 17:52:03 2017 +0100 +++ b/interfaces/ABX.js Tue Sep 12 14:02:06 2017 +0100 @@ -298,8 +298,8 @@ }; this.stopPlayback = function () { if (this.playback.getAttribute("playstate") == "playing") { - $('.comparator-button').text('Listen'); - $('.comparator-button').removeAttr("disabled"); + $(this.playback).text('Listen'); + $(this.playback).removeAttr("disabled"); this.playback.setAttribute("playstate", "ready"); } var box = interfaceContext.commentBoxes.boxes.find(function (a) {