[SSE] Fix description for formulas (#939)
This commit is contained in:
parent
802da4233f
commit
79929eff05
|
@ -407,7 +407,7 @@ define([
|
|||
me.helpUrl = url;
|
||||
me.showHelp();
|
||||
} else {
|
||||
lang = 'en';
|
||||
lang = '{{DEFAULT_LANG}}';
|
||||
url = 'resources/help/' + lang + name;
|
||||
fetch(url).then(function(response){
|
||||
if ( response.ok ) {
|
||||
|
|
Loading…
Reference in a new issue