[SSE mobile] Refactoring

This commit is contained in:
Julia Svinareva 2019-06-21 15:46:31 +03:00
parent ae5a77d027
commit f7b39baa0b

View file

@ -563,10 +563,9 @@ define([
});
//R1C1 reference style
value = Common.localStorage.getBool('sse-settings-r1c1');
if(value !== undefined) {
this.api.asc_setR1C1Mode(value);
}
value = Common.localStorage.getBool('sse-settings-r1c1', false);
this.api.asc_setR1C1Mode(value);
$(document).on('contextmenu', _.bind(me.onContextMenu, me));
Common.Gateway.documentReady();