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