]> git.proxmox.com Git - proxmox-backup.git/commitdiff
docs: prune-sim: folluwp: add missing semicolon
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 16 Dec 2020 09:08:08 +0000 (10:08 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 16 Dec 2020 09:08:11 +0000 (10:08 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
docs/prune-simulator/prune-simulator.js

index 7d79238375401d89393d7c3095c54c9ed9c512bf..6dcd65df6f9fd109a4f4a1ea3fc73845913c108d 100644 (file)
@@ -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 = [];