Validate new logs are not being entered after vehicle is inactive.

This commit is contained in:
2015-06-18 11:42:22 -04:00
parent 5d70617194
commit 11c3b2c56b
4 changed files with 39 additions and 25 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
$(function () {
$('.enable-javascript').show();
$("input#Date").datepicker({ maxDate: '+0d' });
$("input#Date, input#InactiveDate").datepicker({ maxDate: '+0d' });
$("input#CityName").autocomplete({
source: "/City/Autocomplete",