Commit 26a74399 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix cursors path

parent d33b5f57
......@@ -1317,7 +1317,7 @@ function CDrawingDocument(drawingObjects)
{
// Пути указаны относительно html в меню, не надо их исправлять
// и коммитить на пути относительно тестового меню
this.cursorMarkerFormat = "url(../../../sdk/Common/Images/marker_format.cur), pointer";
this.cursorMarkerFormat = 'url(../../../../sdk/common/Images/marker_format.cur), pointer';
}
else if (window.opera)
{
......
......@@ -1812,7 +1812,7 @@ var kCurFormatPainterWord = '';
if (AscBrowser.isIE)
// Пути указаны относительно html в меню, не надо их исправлять
// и коммитить на пути относительно тестового меню
kCurFormatPainterWord = 'url(../../../sdk/Common/Images/text_copy.cur), pointer';
kCurFormatPainterWord = 'url(../../../../sdk/common/Images/text_copy.cur), pointer';
else if (AscBrowser.isOpera)
kCurFormatPainterWord = 'pointer';
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