[SSE] Fix description for formulas (#939)

This commit is contained in:
Julia Radzhabova 2021-06-23 14:59:21 +03:00 committed by GitHub
parent 802da4233f
commit 79929eff05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ) {