mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
Update batteriesoverview.js
typo
This commit is contained in:
parent
931dc9d243
commit
4426a10e2e
|
|
@ -66,7 +66,7 @@ $(document).on('click', '.track-charge-cycle-button', function(e)
|
||||||
$('#battery-' + batteryId + '-next-charge-time-timeago').attr('datetime', result.next_estimated_charge_time);
|
$('#battery-' + batteryId + '-next-charge-time-timeago').attr('datetime', result.next_estimated_charge_time);
|
||||||
}
|
}
|
||||||
|
|
||||||
toastr.success(L('Tracked charge cylce of battery #1 on #2', batteryName, trackedTime));
|
toastr.success(L('Tracked charge cycle of battery #1 on #2', batteryName, trackedTime));
|
||||||
RefreshContextualTimeago();
|
RefreshContextualTimeago();
|
||||||
RefreshStatistics();
|
RefreshStatistics();
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user