mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01:00
Merge pull request #47 from BlizzWave/patch-12
Update batteriesoverview.js
This commit is contained in:
commit
23bcbc23e9
|
|
@ -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);
|
||||
}
|
||||
|
||||
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();
|
||||
RefreshStatistics();
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user