diff --git a/archive/js/table.js b/archive/js/table.js index 2b34320..ce5034f 100644 --- a/archive/js/table.js +++ b/archive/js/table.js @@ -510,7 +510,9 @@

${window.app.modules.app.escapeHtml(file.name)}

- ${ext === 'pdf' ? '' : '
Loading preview...
'} + ${(ext === 'pdf' || ext === 'html' || ext === 'htm') + ? '' + : '
Loading preview...
'}