mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
More code cleanup for SonarQube.
This commit is contained in:
@@ -463,12 +463,13 @@ define([
|
||||
i = item || t.selected(),
|
||||
d = i && i.length == 1 ? t.itemData(i) : undefined,
|
||||
node = d && pgBrowser.Nodes[d._type],
|
||||
self = this,
|
||||
is_edb_proc = d._type == 'edbproc';
|
||||
self = this;
|
||||
|
||||
if (!d)
|
||||
return;
|
||||
|
||||
var is_edb_proc = d._type == 'edbproc';
|
||||
|
||||
var treeInfo = node.getTreeNodeHierarchy.apply(node, [i]),
|
||||
_url = this.generate_url('init', treeInfo, node);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user