mirror of
https://github.com/mickael-kerjean/filestash
synced 2026-01-03 22:33:08 +01:00
chore (linter): linting of new js
This commit is contained in:
parent
c8bd0121c9
commit
0f0e8f56e3
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class FilestashTable extends HTMLElement {
|
|||
"feather": "application/vnd.apache.feather",
|
||||
"parquet": "application/vnd.apache.parquet",
|
||||
"dbf": "application/dbf",
|
||||
}[name.split('.').pop().toLowerCase()];
|
||||
}[name.split(".").pop().toLowerCase()];
|
||||
|
||||
this.style.display = "inline-block";
|
||||
this.iframe.srcdoc = `<!DOCTYPE html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue