display all leases without searching

Fire up search automatically showing all leases without manually filtering
This commit is contained in:
Martin Hoffmann 2019-03-27 10:51:24 +01:00
parent 0347920fdb
commit 0f7476be8d
1 changed files with 8 additions and 2 deletions

View File

@ -19,7 +19,13 @@
</div>
<script type="text/javascript">
/*
$( document ).ready(function() {
var e = jQuery.Event("keypress");
e.which = 13; // Enter
e.keyCode = 13;
$("#lease_search_criteria").trigger(e);
});
/*
$('#display-leases').DataTable({
dom: 'tip',
responsive: true,
@ -27,4 +33,4 @@
"aaSorting": []
});
*/
</script>
</script>