Commit 22fcf9e5 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55501 954022d7-b5bf-4e40-9824-e11837661b57
parent 55ac3cc4
......@@ -7490,7 +7490,7 @@ asc_docs_api.prototype.asc_setDrawCollaborationMarks = function (bDraw)
asc_docs_api.prototype.asc_AddMath = function(Type)
{
var loader = window.g_font_loader;
var nIndex = loader.map_font_index[name];
var nIndex = loader.map_font_index["Cambria Math"];
var fontinfo = loader.fontInfos[nIndex];
var isasync = loader.LoadFont(fontinfo);
if (false === isasync)
......
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