mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 03:25:50 +00:00
Display first recipe by default on recipes page
This commit is contained in:
@@ -8,7 +8,11 @@
|
||||
'scrollY': false,
|
||||
'colReorder': true,
|
||||
'stateSave': true,
|
||||
'select': 'single'
|
||||
'select': 'single',
|
||||
'initComplete': function()
|
||||
{
|
||||
this.api().row({ order: 'current' }, 0).select();
|
||||
}
|
||||
});
|
||||
|
||||
var rowSelect = GetUriParam("row");
|
||||
|
Reference in New Issue
Block a user