[SSE] Destroy header object

This commit is contained in:
Julia Radzhabova 2018-10-25 16:36:05 +03:00
parent 6446725dd5
commit 61e71afc82

View file

@ -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 () {