mirror of
https://github.com/grocy/grocy.git
synced 2025-10-16 02:07:56 +00:00
Added localization support
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
$(function()
|
||||
{
|
||||
$('#batteries-overview-table').DataTable({
|
||||
'pageLength': 50,
|
||||
'order': [[1, 'desc']]
|
||||
});
|
||||
$('#batteries-overview-table').DataTable({
|
||||
'pageLength': 50,
|
||||
'order': [[1, 'desc']],
|
||||
'language': JSON.parse(L('datatables_localization'))
|
||||
});
|
||||
|
Reference in New Issue
Block a user