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

Для презентаций getlockpresentation

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49065 954022d7-b5bf-4e40-9824-e11837661b57
parent 11a168d9
...@@ -324,6 +324,8 @@ ...@@ -324,6 +324,8 @@
} }
if (this._isExcel) if (this._isExcel)
this._send({"type": "getlockrange", "block": arrayBlockId}); this._send({"type": "getlockrange", "block": arrayBlockId});
else if (this._isPresentation)
this._send({"type": "getlockpresentation", "block": arrayBlockId});
else else
this._send({"type": "getlock", "block": arrayBlockId}); this._send({"type": "getlock", "block": arrayBlockId});
} else { } else {
......
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