Skip to content

Commit

Permalink
Merge pull request nightscout#333 from nightscout/wip/stop-all
Browse files Browse the repository at this point in the history
make sure all alarms are cleared
  • Loading branch information
jasoncalabrese committed Jan 12, 2015
2 parents 190f66b + 3a27b7f commit 1055a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ var app = {}, browserSettings = {}, browserStorage = $.localStorage;
bgButton.hide();
var noButton = $('#noButton');
noButton.show();
d3.select('audio.playing').each(function (d, i) {
d3.selectAll('audio.playing').each(function (d, i) {
var audio = this;
audio.pause();
$(this).removeClass('playing');
Expand Down

0 comments on commit 1055a59

Please sign in to comment.