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

move cursor image

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@54818 954022d7-b5bf-4e40-9824-e11837661b57
parent 79a3cbf0
...@@ -912,7 +912,7 @@ function CDrawingDocument() ...@@ -912,7 +912,7 @@ function CDrawingDocument()
this.cursorPaintFormat = ""; this.cursorPaintFormat = "";
if (bIsIE) if (bIsIE)
{ {
this.cursorPaintFormat = "url(Images/copy_format.cur), pointer"; this.cursorPaintFormat = "url(../Common/Images/copy_format.cur), pointer";
} }
else if (window.opera) else if (window.opera)
this.cursorPaintFormat = "pointer"; this.cursorPaintFormat = "pointer";
......
...@@ -1592,8 +1592,8 @@ function CDrawingDocument() ...@@ -1592,8 +1592,8 @@ function CDrawingDocument()
this.cursorPaintFormat = ""; this.cursorPaintFormat = "";
if (bIsIE) if (bIsIE)
{ {
this.cursorPaintFormat = "url(Images/copy_format.cur), pointer"; this.cursorPaintFormat = "url(../Common/Images/copy_format.cur), pointer";
this.cursorMarkerFormat = "url(Images/marker_format.cur), pointer"; this.cursorMarkerFormat = "url(../Common/Images/marker_format.cur), pointer";
} }
else if (window.opera) else if (window.opera)
{ {
......
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