Whitespace.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4290 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2023-05-10 01:47:58 +00:00
parent cdf6440197
commit 1119804fc2

View File

@ -109,7 +109,7 @@ class TfTabNewsElement extends LitElement {
let input = document.createElement('input');
input.type = 'file';
input.onchange = async function(event) {
self.import_progress = {name: 'loading'};
self.import_progress = {name: 'loading'};
let zip = new JSZip();
let file = await zip.loadAsync(event.target.files[0]);
let progress = 0;