mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Resolved a typo in the frame javscript
This commit is contained in:
@@ -39,7 +39,7 @@ function(_, pgAdmin) {
|
|||||||
myPanel.layout().addItem($frameArea);
|
myPanel.layout().addItem($frameArea);
|
||||||
that.panel = myPanel;
|
that.panel = myPanel;
|
||||||
var frame = new wcIFrame($frameArea, myPanel);
|
var frame = new wcIFrame($frameArea, myPanel);
|
||||||
$(myPanel).data('embededFrame', that.frame);
|
$(myPanel).data('embededFrame', frame);
|
||||||
|
|
||||||
setTimeout(function() { frame.openURL(that.url); }, 500);
|
setTimeout(function() { frame.openURL(that.url); }, 500);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user