Resolved a typo in the frame javscript

pull/3/head
Ashesh Vashi 2016-01-20 20:23:59 +05:30
parent 422bad4394
commit ba4a6faaa4
1 changed files with 1 additions and 1 deletions

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);