diff --git a/module/block/view/todoblock.html.php b/module/block/view/todoblock.html.php index 739ffd04d9..0d340bdfe1 100644 --- a/module/block/view/todoblock.html.php +++ b/module/block/view/todoblock.html.php @@ -51,7 +51,7 @@
- +
@@ -131,6 +131,7 @@ toggle = !$block.hasClass('show-form'); } $block.toggleClass('show-form', toggle); + $block.find('.date').datepicker(); if(toggle) { setTimeout(function() {$titleInput.focus();}, 50);