From af44ad890269287ceb037222c2af8bcfae562c83 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 22 Oct 2017 13:09:36 +0200 Subject: [PATCH] =?UTF-8?q?initialisation=20des=20contr=C3=B4les=20de=20la?= =?UTF-8?q?=20date?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yavsc/Views/Shared/Components/Calendar/Default.cshtml | 2 +- Yavsc/wwwroot/js/input-lib.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Yavsc/Views/Shared/Components/Calendar/Default.cshtml b/Yavsc/Views/Shared/Components/Calendar/Default.cshtml index 595bee18..02f49a28 100644 --- a/Yavsc/Views/Shared/Components/Calendar/Default.cshtml +++ b/Yavsc/Views/Shared/Components/Calendar/Default.cshtml @@ -3,7 +3,7 @@ var dtpid = $"dtpckr{Model.InputId}"; } -
+
diff --git a/Yavsc/wwwroot/js/input-lib.js b/Yavsc/wwwroot/js/input-lib.js index 1b7e73e6..1e90fa1d 100644 --- a/Yavsc/wwwroot/js/input-lib.js +++ b/Yavsc/wwwroot/js/input-lib.js @@ -23,6 +23,5 @@ }; $(document).ready(function() { $('input.Blogcirle[type=checkbox]').on('change', allowCircleToBlog); - $('.input-group.date').datetimepicker(); }); })(jQuery); \ No newline at end of file