[DE mobile] fix Bug 32492
This commit is contained in:
parent
792810c671
commit
af393af4ea
|
@ -157,11 +157,13 @@ Ext.define('DE.controller.Main', {
|
|||
},
|
||||
|
||||
onDocumentContentReady: function() {
|
||||
if (this._isReady) return;
|
||||
this._isReady = true;
|
||||
|
||||
if (this.api) {
|
||||
this.api.Resize();
|
||||
this.api.zoomFitToWidth();
|
||||
}
|
||||
|
||||
this._hideLoadSplash();
|
||||
|
||||
Common.component.Analytics.trackEvent('Load', 'Complete');
|
||||
|
|
Loading…
Reference in a new issue