Remove unnecessary line of code.
parent
62fcfd928d
commit
fc8c3db33f
|
|
@ -756,7 +756,6 @@ function($, _, S, pgAdmin, Menu, Backbone, Alertify, pgBrowser, Backform) {
|
||||||
(that['node_image'] || ('icon-' + that.type))
|
(that['node_image'] || ('icon-' + that.type))
|
||||||
);
|
);
|
||||||
pnlSqlHelp.focus();
|
pnlSqlHelp.focus();
|
||||||
iframe.url = url;
|
|
||||||
iframe.openURL(url);
|
iframe.openURL(url);
|
||||||
}
|
}
|
||||||
editFunc = function() {
|
editFunc = function() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue