Commit 8d1d6eb7 authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

Исправлена печать в мобильной версии. http://bugzserver/show_bug.cgi?id=18692

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51708 954022d7-b5bf-4e40-9824-e11837661b57
parent a597ad99
......@@ -720,7 +720,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
else
{
if( this.isMobileVersion )
window.open("../Common/MobileDownloader/download.html?file="+encodeURIComponent(url),"_parent","",false);
window.open("../../../sdk/Common/MobileDownloader/download.html?file="+encodeURIComponent(url),"_parent","",false);
else
getFile(url);
}
......
......@@ -1397,7 +1397,7 @@ asc_docs_api.prototype.processSavedFile = function(url, bInner){
else
{
if( editor.isMobileVersion )
window.open("../Common/MobileDownloader/download.html?file="+encodeURIComponent(url),"_parent","",false);
window.open("../../../sdk/Common/MobileDownloader/download.html?file="+encodeURIComponent(url),"_parent","",false);
else
getFile(url);
}
......
......@@ -2691,7 +2691,7 @@ asc_docs_api.prototype.processSavedFile = function(url, bInner)
else
{
if( this.isMobileVersion )
window.open("/Common/MobileDownloader/download.html?file="+encodeURIComponent(url),"_parent","",false);
window.open("../../../sdk/Common/MobileDownloader/download.html?file="+encodeURIComponent(url),"_parent","",false);
else
getFile(url);
}
......
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