Skip to content

Commit

Permalink
when stoping the alarm also remove the strike through
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncalabrese committed May 3, 2015
1 parent 7c57eba commit 7cdb29f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/js/client.js
Expand Up @@ -1514,6 +1514,7 @@ var app = {}, browserSettings = {}, browserStorage = $.localStorage;
}

if (alarmingNow() && ago.status == 'current' && isTimeAgoAlarmType(currentAlarmType)) {
$('#container').removeClass('alarming-timeago');
stopAlarm(true, ONE_MIN_IN_MS);
}

Expand Down

0 comments on commit 7cdb29f

Please sign in to comment.