[desktop] debug external help link
This commit is contained in:
parent
75433b9a94
commit
05c0ccbfc3
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue