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