[DE mobile] Reset Main.js.
This commit is contained in:
parent
78741d0138
commit
f5d7f4bfd2
|
@ -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');
|
||||||
|
|
Loading…
Reference in a new issue