Commit 820de977 authored by Boris Kocherov's avatar Boris Kocherov

fix url for resource/help/*/Content.json

parent 463231ee
......@@ -1298,9 +1298,13 @@ define([
me.iFrame.src = me.urlPref + rec.get('src');
}
};
store.url = 'resources/help/' + lang + '/Contents.json';
store.url = Common.Gateway.props.base_url +
'web-apps/apps/spreadsheet/' +
'resources/help/' + lang + '/Contents.json';
store.fetch(config);
this.urlPref = 'resources/help/' + lang + '/';
this.urlPref = Common.Gateway.props.base_url +
'web-apps/apps/spreadsheet/' +
'resources/help/' + lang + '/';
}
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment