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:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user