[SSE] Destroy header object
This commit is contained in:
parent
6446725dd5
commit
61e71afc82
|
@ -291,10 +291,8 @@ define([
|
|||
close: function() {
|
||||
Common.UI.Window.prototype.close.apply(this, arguments);
|
||||
|
||||
if (this.signObject)
|
||||
this.signObject.destroy();
|
||||
// if (this.HFObject)
|
||||
// this.HFObject.destroy();
|
||||
if (this.HFObject)
|
||||
this.HFObject.destroy();
|
||||
},
|
||||
|
||||
afterRender: function () {
|
||||
|
|
Loading…
Reference in a new issue