Commit 5f9e34f0 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

remove g_sResourceServiceLocalUrl

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64726 954022d7-b5bf-4e40-9824-e11837661b57
parent 27d0aea3
......@@ -56,7 +56,6 @@ if (typeof String.prototype.repeat !== 'function') {
}
var g_oZipChanges = null;
//var g_sResourceServiceLocalUrl = "/ResourceService.ashx?path=";
var g_sDownloadServiceLocalUrl = "/downloadas";
var g_sUploadServiceLocalUrl = "/upload";
var g_nMaxJsonLength = 2097152;
......
......@@ -3732,7 +3732,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
if (undefined !== window["AscDesktopEditor"]) {
var pagescount = pdf_writer.DocumentRenderer.m_lPagesCount;
window["AscDesktopEditor"]["Print_Start"](g_sResourceServiceLocalUrl + this.documentId + "/", pagescount, "", -1);
window["AscDesktopEditor"]["Print_Start"](this.documentId + "/", pagescount, "", -1);
for (var i = 0; i < pagescount; i++) {
var _start = pdf_writer.DocumentRenderer.m_arrayPages[i].StartOffset;
......
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