Skip to content

Commit

Permalink
Remove the logic for the deleted retry button #58
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Jan 30, 2016
1 parent 3333d61 commit 09b1457
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/input.time.logic.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ $( document ).ready(function() {
if(watchId != null)
{
$('button[name="startSync"]').hide();
$('button[name="restartCountdown"]').show();
$('.watch-select').hide();
$('span#selectedWatch').text(
"for your " +
Expand Down

0 comments on commit 09b1457

Please sign in to comment.