Swap the file viewers

This commit is contained in:
2021-11-01 22:32:46 +01:00
parent 3c92885602
commit fb92e63e94
10 changed files with 181 additions and 88 deletions

View File

@@ -17,7 +17,7 @@ let error_msg = ""
$: update_stats(file.id)
let update_stats = (id) => {
if (id === "") {
if (id === "" || id == "demo") {
return
}