From 6481de434746d8616853615330ac41a305acbcf7 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sat, 5 Mar 2016 16:27:26 +0100 Subject: [PATCH] Fix #143 - Apply the patch of Julien Lepiller --- js/app/date_poll.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/app/date_poll.js b/js/app/date_poll.js index a570ce4..b218ccf 100644 --- a/js/app/date_poll.js +++ b/js/app/date_poll.js @@ -80,7 +80,6 @@ $(document).ready(function () { $(this).find('.hours:eq(' + i + ')').val(first_day_hours[i]); // fill hours } }); - $('#d0-h0').focus(); }); // Buttons "Add an hour"