[desktop] debug external help link
This commit is contained in:
parent
75433b9a94
commit
05c0ccbfc3
|
@ -2089,7 +2089,7 @@ define([
|
||||||
else {
|
else {
|
||||||
store.contentLang = store.contentLang === lang ? '{{DEFAULT_LANG}}' : lang;
|
store.contentLang = store.contentLang === lang ? '{{DEFAULT_LANG}}' : lang;
|
||||||
me.urlPref = Common.Controllers.Desktop.helpUrl() + '/' + lang + '/';
|
me.urlPref = Common.Controllers.Desktop.helpUrl() + '/' + lang + '/';
|
||||||
store.url = me.urlPref + '/Contents.json';
|
store.url = me.urlPref + 'Contents.json';
|
||||||
store.fetch(config);
|
store.fetch(config);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -1601,7 +1601,7 @@ define([
|
||||||
else {
|
else {
|
||||||
store.contentLang = store.contentLang === lang ? '{{DEFAULT_LANG}}' : lang;
|
store.contentLang = store.contentLang === lang ? '{{DEFAULT_LANG}}' : lang;
|
||||||
me.urlPref = Common.Controllers.Desktop.helpUrl() + '/' + lang + '/';
|
me.urlPref = Common.Controllers.Desktop.helpUrl() + '/' + lang + '/';
|
||||||
store.url = me.urlPref + '/Contents.json';
|
store.url = me.urlPref + 'Contents.json';
|
||||||
store.fetch(config);
|
store.fetch(config);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -1956,7 +1956,7 @@ SSE.Views.FileMenuPanels.RecentFiles = Common.UI.BaseView.extend({
|
||||||
else {
|
else {
|
||||||
store.contentLang = store.contentLang === lang ? '{{DEFAULT_LANG}}' : lang;
|
store.contentLang = store.contentLang === lang ? '{{DEFAULT_LANG}}' : lang;
|
||||||
me.urlPref = Common.Controllers.Desktop.helpUrl() + '/' + lang + '/';
|
me.urlPref = Common.Controllers.Desktop.helpUrl() + '/' + lang + '/';
|
||||||
store.url = me.urlPref + '/Contents.json';
|
store.url = me.urlPref + 'Contents.json';
|
||||||
store.fetch(config);
|
store.fetch(config);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue