From 9a3ddcea331ee27fb417ce6480c673a1d1b216a9 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 10 Nov 2020 09:24:35 +0100 Subject: [PATCH] ui: utils: eslint format fixes Signed-off-by: Thomas Lamprecht --- www/Utils.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/Utils.js b/www/Utils.js index 4fae705c..2d0993a3 100644 --- a/www/Utils.js +++ b/www/Utils.js @@ -225,7 +225,6 @@ Ext.define('PBS.Utils', { }, get_help_tool: function(blockid) { - let info = Proxmox.Utils.get_help_info(blockid); if (info === undefined) { info = Proxmox.Utils.get_help_info('pbs_documentation_index'); @@ -244,7 +243,7 @@ Ext.define('PBS.Utils', { tooltip: title, handler: function() { window.open(docsURI); - } + }, }; },