diff --git a/www/js/app.js b/www/js/app.js index f13fd3d0..64cbe6bf 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -4095,7 +4095,7 @@ function setLocalArchiveFromFileList (files, fromArchiveList) { * */ function verifyLoadedArchive (archive) { - return uiUtil.systemAlert('
Is this ZIM archive from a trusted source? If in doubt, we strongly recommend you open it in Restricted mode.
' + + return uiUtil.systemAlert('
Is this ZIM archive from a trusted source? If in doubt, we strongly recommend you open it in Restricted mode.
' +
'Name: ' + archive.file.name + '
' +
'Creator: ' + archive.creator + '
' +
'Publisher: ' + archive.publisher + '
' +