Commit af393af4 authored by Julia Radzhabova's avatar Julia Radzhabova

[DE mobile] fix Bug 32492

parent 792810c6
...@@ -157,11 +157,13 @@ Ext.define('DE.controller.Main', { ...@@ -157,11 +157,13 @@ Ext.define('DE.controller.Main', {
}, },
onDocumentContentReady: function() { onDocumentContentReady: function() {
if (this._isReady) return;
this._isReady = true;
if (this.api) { if (this.api) {
this.api.Resize(); this.api.Resize();
this.api.zoomFitToWidth(); this.api.zoomFitToWidth();
} }
this._hideLoadSplash(); this._hideLoadSplash();
Common.component.Analytics.trackEvent('Load', 'Complete'); Common.component.Analytics.trackEvent('Load', 'Complete');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment