mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-27 12:12:49 +00:00
eslint fixup
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2efe08de95
commit
31780db0bb
@ -712,7 +712,6 @@ utilities: {
|
|||||||
},
|
},
|
||||||
|
|
||||||
systemd_unescape: function(string_value) {
|
systemd_unescape: function(string_value) {
|
||||||
|
|
||||||
const charcode_0 = '0'.charCodeAt(0);
|
const charcode_0 = '0'.charCodeAt(0);
|
||||||
const charcode_9 = '9'.charCodeAt(0);
|
const charcode_9 = '9'.charCodeAt(0);
|
||||||
const charcode_A = 'A'.charCodeAt(0);
|
const charcode_A = 'A'.charCodeAt(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user