Fix #143 - Apply the patch of Julien Lepiller
This commit is contained in:
parent
67ed7977d6
commit
6481de4347
@ -80,7 +80,6 @@ $(document).ready(function () {
|
|||||||
$(this).find('.hours:eq(' + i + ')').val(first_day_hours[i]); // fill hours
|
$(this).find('.hours:eq(' + i + ')').val(first_day_hours[i]); // fill hours
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
$('#d0-h0').focus();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// Buttons "Add an hour"
|
// Buttons "Add an hour"
|
||||||
|
Loading…
Reference in New Issue
Block a user