Browse Source

fix wrong object being updated when the window is closed

Natenom/support-murmur-13-1446181288462
Michael Ziegler 14 years ago
parent
commit
6998d1eb7c
  1. 4
      htdocs/js/buttoniframewindow.js

4
htdocs/js/buttoniframewindow.js

@ -35,8 +35,8 @@ Ext.ux.ButtonIframeWindow = function( config ){
}],
listeners: {
beforeclose: function(){
this.toggle( false, false );
this.wnd = null;
this.ownerButton.toggle( false, false );
this.ownerButton.wnd = null;
}
},
});

Loading…
Cancel
Save