Commit 14324502 authored by alexey.musinov's avatar alexey.musinov

[mobile] update event value

parent 7ff92788
...@@ -7098,7 +7098,7 @@ function offline_apply_event(type,params) { ...@@ -7098,7 +7098,7 @@ function offline_apply_event(type,params) {
break; break;
} }
case 7000: // ASC_SPREADSHEETS_EVENT_TYPE_CHECK_DATA_RANGE case 7001: // ASC_SPREADSHEETS_EVENT_TYPE_CHECK_DATA_RANGE
{ {
var isValid = _api.asc_checkDataRange(Asc.c_oAscSelectionDialogType.Chart, params, false); var isValid = _api.asc_checkDataRange(Asc.c_oAscSelectionDialogType.Chart, params, false);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment