Commit 140f3505 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Это теперь не нужно

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56375 954022d7-b5bf-4e40-9824-e11837661b57
parent 59e56a4c
......@@ -152,10 +152,6 @@
if (this.element.onselectstart) {
this.element.onselectstart = function () {return false;};
}
if (AscBrowser.isIE || AscBrowser.isOpera) {
// не убирать!!! это для ие. чтобы не селектились элементы
document.onselectstart = function () {return false;};
}
if (this.element.addEventListener) {
this.element.addEventListener("mousedown" , function () {return self._onMouseDown.apply(self, arguments);} , 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