forked from cory/tildefriends
Whitespace.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4290 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
parent
cdf6440197
commit
1119804fc2
@ -109,7 +109,7 @@ class TfTabNewsElement extends LitElement {
|
|||||||
let input = document.createElement('input');
|
let input = document.createElement('input');
|
||||||
input.type = 'file';
|
input.type = 'file';
|
||||||
input.onchange = async function(event) {
|
input.onchange = async function(event) {
|
||||||
self.import_progress = {name: 'loading'};
|
self.import_progress = {name: 'loading'};
|
||||||
let zip = new JSZip();
|
let zip = new JSZip();
|
||||||
let file = await zip.loadAsync(event.target.files[0]);
|
let file = await zip.loadAsync(event.target.files[0]);
|
||||||
let progress = 0;
|
let progress = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user