mirror of
https://github.com/grocy/grocy.git
synced 2025-08-19 11:48:55 +00:00
Make it also possible to directly execute/track battery charge cycles and habits from overview pages
This commit is contained in:
@@ -26,7 +26,11 @@ if (!Grocy.ActiveNav.isEmpty())
|
||||
}
|
||||
|
||||
$.timeago.settings.allowFuture = true;
|
||||
$('time.timeago').timeago();
|
||||
RefreshContextualTimeago = function()
|
||||
{
|
||||
$('time.timeago').timeago();
|
||||
}
|
||||
RefreshContextualTimeago();
|
||||
|
||||
toastr.options = {
|
||||
toastClass: 'alert',
|
||||
|
Reference in New Issue
Block a user