Commit 44ea476e authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

Исправлена проблема показа части шрифтов в комбобоксе для выбора шрифтов.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59837 954022d7-b5bf-4e40-9824-e11837661b57
parent f2f41a0d
......@@ -373,7 +373,7 @@
this.SetStandartFonts = function()
{
//В стандартных шрифтах закоментированы те шрифты, которые были добавлены на docs.teamlab.com
var standarts = window.standarts;
var standarts = window["standarts"];
if (undefined == standarts)
{
......
......@@ -197,7 +197,7 @@
this.SetStandartFonts = function()
{
//В стандартных шрифтах закоментированы те шрифты, которые были добавлены на docs.teamlab.com
var standarts = window.standarts;
var standarts = window["standarts"];
if (undefined == standarts)
{
......
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