Commit 5e614b63 authored by Alexander.Trofimov's avatar Alexander.Trofimov

relative path from the beginning -> relative path from api

parent e46e1cf4
......@@ -2653,9 +2653,9 @@ CUserCacheColor.prototype.init = function(nColor) {
}
function loadSdk(sdkName, callback) {
if (window['AscNotLoadAllScript']) {
setTimeout(callback, 1);
setTimeout(callback, 1);
} else {
loadScript('/sdkjs/' + sdkName + '/sdk-all.js', callback);
loadScript('./../../../../sdkjs/' + sdkName + '/sdk-all.js', callback);
}
}
......
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