Cleanup
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
if (!volume) {
|
||||
goto('/');
|
||||
} else {
|
||||
console.log('???');
|
||||
|
||||
window.document.body.classList.add('reader');
|
||||
}
|
||||
});
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
<!-- Note: webkitdirectory is not fully supported and does not work on mobile -->
|
||||
<FileUpload {onUpload} webkitdirectory>Upload directory</FileUpload>
|
||||
<FileUpload {onUpload} accept=".mokuro,.zip,.cbz,.rar" multiple>Upload files</FileUpload>
|
||||
<FileUpload {onUpload} accept=".mokuro,.zip,.cbz" multiple>Upload files</FileUpload>
|
||||
|
||||
{#await promise}
|
||||
<h2>Loading...</h2>
|
||||
|
||||
Reference in New Issue
Block a user