More redirects and some API tweaks
This commit is contained in:
parent
2a1275fd46
commit
25da7a3a94
19 changed files with 124 additions and 30 deletions
|
|
@ -644,7 +644,7 @@ web.downloadFile = function(sData, sType, fBase64, sFileName)
|
|||
sAlert = 'Check your Downloads folder for ' + sFileName + '.';
|
||||
} else {
|
||||
window.open(sURI);
|
||||
sAlert = 'Check your browser for a new window/tab containing the requested data (' + sFileName + ').';
|
||||
sAlert = 'Check your browser for a new window/tab containing the requested data' + (sFileName? (' (' + sFileName + ')') : '') + '.';
|
||||
}
|
||||
return sAlert;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue