Commit ec702f0d authored by konovalovsergey's avatar konovalovsergey

NoCritical -> Critical

parent 6c91fe35
...@@ -661,7 +661,7 @@ var editor; ...@@ -661,7 +661,7 @@ var editor;
t.handlers.trigger("asc_onAdvancedOptions", new AscCommon.asc_CAdvancedOptions(c_oAscAdvancedOptionsID.CSV, cp), t.advancedOptionsAction); t.handlers.trigger("asc_onAdvancedOptions", new AscCommon.asc_CAdvancedOptions(c_oAscAdvancedOptionsID.CSV, cp), t.advancedOptionsAction);
}); });
} else { } else {
t.handlers.trigger("asc_onError", c_oAscError.ID.Unknown, c_oAscError.Level.NoCritical); t.handlers.trigger("asc_onError", c_oAscError.ID.Unknown, c_oAscError.Level.Critical);
} }
}; };
spreadsheet_api.prototype._onOpenCommand = function(data) { spreadsheet_api.prototype._onOpenCommand = function(data) {
......
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