caseHistory change
This commit is contained in:
@@ -146,6 +146,8 @@ $(document).ready(function () {
|
||||
|
||||
$('.btn-search-click').click(function () {
|
||||
|
||||
$('#sumTimeWork').hide();
|
||||
|
||||
//if ($('#StartDate').val().trim() !=='' && validDate === false) {
|
||||
|
||||
if ($('#StartDate').val().trim() !== '' && $('#StartDate').val().length < 10) {
|
||||
|
||||
Reference in New Issue
Block a user