[SSE mobile] Refactoring
This commit is contained in:
parent
ae5a77d027
commit
f7b39baa0b
|
@ -563,10 +563,9 @@ define([
|
||||||
});
|
});
|
||||||
|
|
||||||
//R1C1 reference style
|
//R1C1 reference style
|
||||||
value = Common.localStorage.getBool('sse-settings-r1c1');
|
value = Common.localStorage.getBool('sse-settings-r1c1', false);
|
||||||
if(value !== undefined) {
|
this.api.asc_setR1C1Mode(value);
|
||||||
this.api.asc_setR1C1Mode(value);
|
|
||||||
}
|
|
||||||
|
|
||||||
$(document).on('contextmenu', _.bind(me.onContextMenu, me));
|
$(document).on('contextmenu', _.bind(me.onContextMenu, me));
|
||||||
Common.Gateway.documentReady();
|
Common.Gateway.documentReady();
|
||||||
|
|
Loading…
Reference in a new issue