mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47047 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander.Trofimov
parent
3d4a64605e
commit
13f28f8173
@ -270,7 +270,7 @@ asc_docs_api.prototype.asyncServerIdStartLoaded = function()
|
||||
//TODO: Вынести шрифты в коммоны, SetFontPath заменить на SetCommonPath,
|
||||
//пердаваемый путь использовать для загрузки шрифтов и настороек.
|
||||
if(true == ASC_DOCS_API_LOAD_COAUTHORING_SETTINGS){
|
||||
this.ScriptLoader.LoadScriptAsync( this.FontLoader.fontFilesPath + "../../../Common/docscoapisettings.js", this._coAuthoringInitCallBack, this);
|
||||
this.ScriptLoader.LoadScriptAsync( this.FontLoader.fontFilesPath + "../Common/docscoapisettings.js", this._coAuthoringInitCallBack, this);
|
||||
}
|
||||
else{
|
||||
this._coAuthoringInitCallBack(this);
|
||||
|
||||
@ -5089,7 +5089,7 @@ asc_docs_api.prototype.asyncServerIdStartLoaded = function()
|
||||
//TODO: Вынести шрифты в коммоны, SetFontPath заменить на SetCommonPath,
|
||||
//пердаваемый путь использовать для загрузки шрифтов и настороек.
|
||||
if(true == ASC_DOCS_API_LOAD_COAUTHORING_SETTINGS){
|
||||
this.ScriptLoader.LoadScriptAsync( this.FontLoader.fontFilesPath + "../../../Common/docscoapisettings.js",
|
||||
this.ScriptLoader.LoadScriptAsync( this.FontLoader.fontFilesPath + "../Common/docscoapisettings.js",
|
||||
this._coAuthoringInitCallBack, this);
|
||||
}else{
|
||||
this._coAuthoringInitCallBack(this);
|
||||
|
||||
Reference in New Issue
Block a user