Resolved a typo in the frame javscript

This commit is contained in:
Ashesh Vashi
2016-01-20 20:23:59 +05:30
parent 422bad4394
commit ba4a6faaa4

View File

@@ -39,7 +39,7 @@ function(_, pgAdmin) {
myPanel.layout().addItem($frameArea);
that.panel = myPanel;
var frame = new wcIFrame($frameArea, myPanel);
$(myPanel).data('embededFrame', that.frame);
$(myPanel).data('embededFrame', frame);
setTimeout(function() { frame.openURL(that.url); }, 500);