Commit 71bc2f70 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Исправлен баг с добавлением комментариев в колонтитул (баг 23964).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55870 954022d7-b5bf-4e40-9824-e11837661b57
parent 74b06ebe
......@@ -1507,7 +1507,7 @@ CHeaderFooterController.prototype =
var Header = this.Pages[PageIndex].Header;
var Footer = this.Pages[PageIndex].Footer;
if ( true === bHeader && HdrFtr === Header || HdrFtr === Footer )
if ( HdrFtr === Header || HdrFtr === Footer )
return true;
return false;
......
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