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