[DE mobile] Fix Bug 36750.

This commit is contained in:
Julia Radzhabova 2018-01-25 10:10:45 +03:00
parent b7675946f8
commit e9cc43334a

View file

@ -478,6 +478,9 @@ define([
me.hidePreloader();
me.onLongActionEnd(Asc.c_oAscAsyncActionType['BlockInteraction'], LoadingDocument);
if (me.appOptions.isReviewOnly)
me.api.asc_SetTrackRevisions(true);
/** coauthoring begin **/
this.isLiveCommenting = Common.localStorage.getBool("de-settings-livecomment", true);
this.isLiveCommenting ? this.api.asc_showComments(true) : this.api.asc_hideComments();