mirror of
https://github.com/rikkaneko/paste.git
synced 2025-08-05 21:50:21 +01:00
Remove redundant CSP header
Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
parent
28330082a5
commit
29a6da681e
2 changed files with 5 additions and 4 deletions
|
@ -42,7 +42,6 @@
|
|||
size = approx.toFixed(3) + " " + units[i];
|
||||
}
|
||||
document.getElementById("file_size").innerHTML = size;
|
||||
document.getElementById("file_title").innerText = `"${this.files[0]?.name ?? ""}"`
|
||||
}
|
||||
|
||||
document.getElementById("upload_file").addEventListener("change", update_file_size, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue