Commit 055f7e32 authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub

Fixed cursor download error

2016/08/10 08:46:26 [error] 801#0: *532297 open() "/var/www/onlyoffice/documentserver/web-apps/sdk/Common/Images/plus.cur" failed (2: No such file or directory), client: 160.96.212.141, server: , request: "GET /2016-08-03-13-33/web-apps/sdk/Common/Images/plus.cur HTTP/1.1", host: "doc.onlyoffice.com", referrer: "https://doc.onlyoffice.com/2016-08-03-13-33/web-apps/apps/spreadsheeteditor/main/index.html?_dc=2016-08-03-13-33&lang=en-US&customer=ONLYOFFICE"
parent 3e5be273
...@@ -156,8 +156,8 @@ ...@@ -156,8 +156,8 @@
if ( AscBrowser.isIE ) { if ( AscBrowser.isIE ) {
// Пути указаны относительно html в меню, не надо их исправлять // Пути указаны относительно html в меню, не надо их исправлять
// и коммитить на пути относительно тестового меню // и коммитить на пути относительно тестового меню
kCurCells = 'url(../../../sdk/Common/Images/plus.cur), pointer'; kCurCells = 'url(../../../../sdkjs/common/Images/plus.cur), pointer';
kCurFormatPainterExcel = 'url(../../../sdk/Common/Images/plus_copy.cur), pointer'; kCurFormatPainterExcel = 'url(../../../../sdkjs/common/Images/plus_copy.cur), pointer';
} }
else if ( AscBrowser.isOpera ) { else if ( AscBrowser.isOpera ) {
kCurCells = 'cell'; kCurCells = 'cell';
......
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