[SE mobile] Fix load formula description
This commit is contained in:
parent
2c5ec679e6
commit
2210d315fc
|
|
@ -107,6 +107,8 @@ define([
|
|||
functions = {},
|
||||
editorLang = SSE.getController("Main").editorConfig.lang;
|
||||
|
||||
editorLang = (editorLang ? editorLang : 'en').split("-")[0].toLowerCase();
|
||||
|
||||
var localizationFunctionsDesc = function (data) {
|
||||
var jsonDesc = {},
|
||||
view = me.getView('AddFunction');
|
||||
|
|
|
|||
Loading…
Reference in a new issue