[DE mobile] Reset Main.js.

This commit is contained in:
Alexander Yuzhin 2016-11-28 11:43:57 +03:00
parent 78741d0138
commit f5d7f4bfd2

View file

@ -495,7 +495,7 @@ define([
value = me._state.fastCoauth; // Common.localStorage.getItem("de-settings-autosave"); value = me._state.fastCoauth; // Common.localStorage.getItem("de-settings-autosave");
value = (!me._state.fastCoauth && value!==null) ? parseInt(value) : (me.appOptions.canCoAuthoring ? 1 : 0); value = (!me._state.fastCoauth && value!==null) ? parseInt(value) : (me.appOptions.canCoAuthoring ? 1 : 0);
// me.api.asc_setAutoSaveGap(value); me.api.asc_setAutoSaveGap(value);
if (me.needToUpdateVersion) { if (me.needToUpdateVersion) {
Common.NotificationCenter.trigger('api:disconnect'); Common.NotificationCenter.trigger('api:disconnect');