Skip to content

Commit

Permalink
Update vehicleslist.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Apr 26, 2024
1 parent 2d08b16 commit d3eba6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/views/vehicleslist.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"language": {
"url": "//cdn.datatables.net/plug-ins/1.10.19/i18n/"+ ulang +".json"
},
"stateSave": true,
"columnDefs": [
{"searchable": false, "orderable": false, "targets": 5 }
],
Expand All @@ -84,4 +85,4 @@
locale: "<?= $ulcl ?>"
});
} );
</script>
</script>

0 comments on commit d3eba6c

Please sign in to comment.