Commit aa3ef397 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

delete qtDocBridge, scriptBridge

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64738 954022d7-b5bf-4e40-9824-e11837661b57
parent f43f5f8c
......@@ -363,9 +363,7 @@ function CFontFileLoader(id)
if (ASC_DOCS_API_USE_FONTS_ORIGINAL_FORMAT && // проставляется в true на этапе сборки
this.CanUseOriginalFormat && // false if load embedded fonts
bIsSupportOriginalFormatFonts && // false if work on ie9
!window["qtDocBridge"] && // document editor desktop version
!window["scriptBridge"]) // table editor desktop version
bIsSupportOriginalFormatFonts) // false if work on ie9
{
this.LoadFontAsync2(basePath, _callback);
return;
......
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