docs: prune-sim: folluwp: add missing semicolon
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
42298d5896
commit
7680525eec
@ -450,7 +450,7 @@ Ext.onReady(function() {
|
||||
});
|
||||
|
||||
// sort recent times first, backups array below is ordered now -> past
|
||||
timesOnSingleDay.sort((a, b) => b - a)
|
||||
timesOnSingleDay.sort((a, b) => b - a);
|
||||
|
||||
let backups = [];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user