[desktop] debug external help link

This commit is contained in:
Maxim Kadushkin 2022-07-07 16:29:19 +03:00
parent 75433b9a94
commit 05c0ccbfc3
3 changed files with 3 additions and 3 deletions

View file

@ -2089,7 +2089,7 @@ define([
else {
store.contentLang = store.contentLang === lang ? '{{DEFAULT_LANG}}' : lang;
me.urlPref = Common.Controllers.Desktop.helpUrl() + '/' + lang + '/';
store.url = me.urlPref + '/Contents.json';
store.url = me.urlPref + 'Contents.json';
store.fetch(config);
}
} else {

View file

@ -1601,7 +1601,7 @@ define([
else {
store.contentLang = store.contentLang === lang ? '{{DEFAULT_LANG}}' : lang;
me.urlPref = Common.Controllers.Desktop.helpUrl() + '/' + lang + '/';
store.url = me.urlPref + '/Contents.json';
store.url = me.urlPref + 'Contents.json';
store.fetch(config);
}
} else {

View file

@ -1956,7 +1956,7 @@ SSE.Views.FileMenuPanels.RecentFiles = Common.UI.BaseView.extend({
else {
store.contentLang = store.contentLang === lang ? '{{DEFAULT_LANG}}' : lang;
me.urlPref = Common.Controllers.Desktop.helpUrl() + '/' + lang + '/';
store.url = me.urlPref + '/Contents.json';
store.url = me.urlPref + 'Contents.json';
store.fetch(config);
}
} else {