mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 09:47:17 +08:00
[mobile] Bug 39380
This commit is contained in:
@ -557,10 +557,10 @@ define([
|
||||
if (url.charAt(url.length-1) !== '/') {
|
||||
url += '/';
|
||||
}
|
||||
if (Common.SharedSettings.get('android')) {
|
||||
url+='mobile-applications/documents/android/index.aspx';
|
||||
} else if (Common.SharedSettings.get('sailfish')) {
|
||||
if (Common.SharedSettings.get('sailfish')) {
|
||||
url+='mobile-applications/documents/sailfish/index.aspx';
|
||||
} else if (Common.SharedSettings.get('android')) {
|
||||
url+='mobile-applications/documents/android/index.aspx';
|
||||
} else {
|
||||
url+='mobile-applications/documents/index.aspx';
|
||||
}
|
||||
|
||||
@ -184,10 +184,10 @@ define([
|
||||
if (url.charAt(url.length-1) !== '/') {
|
||||
url += '/';
|
||||
}
|
||||
if (Common.SharedSettings.get('android')) {
|
||||
url+='mobile-applications/documents/android/index.aspx';
|
||||
} else if (Common.SharedSettings.get('sailfish')) {
|
||||
if (Common.SharedSettings.get('sailfish')) {
|
||||
url+='mobile-applications/documents/sailfish/index.aspx';
|
||||
} else if (Common.SharedSettings.get('android')) {
|
||||
url+='mobile-applications/documents/android/index.aspx';
|
||||
} else {
|
||||
url+='mobile-applications/documents/index.aspx';
|
||||
}
|
||||
|
||||
@ -116,10 +116,10 @@ define([
|
||||
if (url.charAt(url.length-1) !== '/') {
|
||||
url += '/';
|
||||
}
|
||||
if (Common.SharedSettings.get('android')) {
|
||||
url+='mobile-applications/documents/android/index.aspx';
|
||||
} else if (Common.SharedSettings.get('sailfish')) {
|
||||
if (Common.SharedSettings.get('sailfish')) {
|
||||
url+='mobile-applications/documents/sailfish/index.aspx';
|
||||
} else if (Common.SharedSettings.get('android')) {
|
||||
url+='mobile-applications/documents/android/index.aspx';
|
||||
} else {
|
||||
url+='mobile-applications/documents/index.aspx';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user