Commit 2e937d3f authored by Ilya.Kirillov's avatar Ilya.Kirillov

Исправлен баг в функции TurnOn_InterfaceEvents.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58267 954022d7-b5bf-4e40-9824-e11837661b57
parent 9d5ee8a4
...@@ -11768,7 +11768,7 @@ CDocument.prototype = ...@@ -11768,7 +11768,7 @@ CDocument.prototype =
*/ */
TurnOn_InterfaceEvents : function(bUpdate) TurnOn_InterfaceEvents : function(bUpdate)
{ {
this.TurnOffInterfaceEvents = true; this.TurnOffInterfaceEvents = false;
if (true === bUpdate) if (true === bUpdate)
{ {
......
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