ui: utils: eslint format fixes

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-10 09:24:35 +01:00
parent 030464d3a9
commit 9a3ddcea33
1 changed files with 1 additions and 2 deletions

View File

@ -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);
}
},
};
},