]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
eslint fixup
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 22 Oct 2020 10:27:23 +0000 (12:27 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Oct 2020 11:24:20 +0000 (13:24 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/Utils.js

index f9a43e367f7c08b374c6cd939d710e28904bb6ee..e0d0d08a5833bbc14673829457179ca4ecced608 100644 (file)
@@ -712,7 +712,6 @@ utilities: {
     },
 
     systemd_unescape: function(string_value) {
-
        const charcode_0 = '0'.charCodeAt(0);
        const charcode_9 = '9'.charCodeAt(0);
        const charcode_A = 'A'.charCodeAt(0);