[desktop] fix help link

This commit is contained in:
Maxim Kadushkin 2022-07-07 00:12:45 +03:00
parent c6b2d2b403
commit 75433b9a94

View file

@ -363,7 +363,7 @@ define([
if ( !!nativevars && nativevars.helpUrl ) { if ( !!nativevars && nativevars.helpUrl ) {
var webapp = window.SSE ? 'spreadsheeteditor' : var webapp = window.SSE ? 'spreadsheeteditor' :
window.PE ? 'presentationeditor' : 'documenteditor'; window.PE ? 'presentationeditor' : 'documenteditor';
return nativevars.helpUrl + webapp + '/main/resources/help'; return nativevars.helpUrl + '/' + webapp + '/main/resources/help';
} }
return undefined; return undefined;