Remove unused

This commit is contained in:
Julia Radzhabova 2022-06-22 19:17:45 +03:00
parent da327e5168
commit b9698ae77b

View file

@ -147,12 +147,6 @@ define([
this.$window.find('> .body').css('height', height-header_height);
this.$window.find('> .body > .box').css('height', height-this._headerFooterHeight);
// var top = (Common.Utils.innerHeight() - Common.Utils.InternalSettings.get('window-inactive-area-top') - parseInt(height)) / 2;
// var left = (Common.Utils.innerWidth() - parseInt(this.initConfig.width)) / 2;
//
// this.$window.css('left',left);
// this.$window.css('top', Common.Utils.InternalSettings.get('window-inactive-area-top') + top);
}
},