Merge branch 'master' of https://github.com/syuilo/misskey
This commit is contained in:
		
						commit
						19d979c330
					
				
					 1 changed files with 18 additions and 18 deletions
				
			
		| 
						 | 
					@ -91,15 +91,15 @@ export default Vue.extend({
 | 
				
			||||||
				method: 'POST',
 | 
									method: 'POST',
 | 
				
			||||||
				body: data
 | 
									body: data
 | 
				
			||||||
			})
 | 
								})
 | 
				
			||||||
			.then(response => response.json())
 | 
									.then(response => response.json())
 | 
				
			||||||
			.then(f => {
 | 
									.then(f => {
 | 
				
			||||||
				this.avatarId = f.id;
 | 
										this.avatarId = f.id;
 | 
				
			||||||
				this.avatarUploading = false;
 | 
										this.avatarUploading = false;
 | 
				
			||||||
			})
 | 
									})
 | 
				
			||||||
			.catch(e => {
 | 
									.catch(e => {
 | 
				
			||||||
				this.avatarUploading = false;
 | 
										this.avatarUploading = false;
 | 
				
			||||||
				alert('%18n:!@upload-failed%');
 | 
										alert('%18n:@upload-failed%');
 | 
				
			||||||
			});
 | 
									});
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		onBannerChange([file]) {
 | 
							onBannerChange([file]) {
 | 
				
			||||||
| 
						 | 
					@ -113,15 +113,15 @@ export default Vue.extend({
 | 
				
			||||||
				method: 'POST',
 | 
									method: 'POST',
 | 
				
			||||||
				body: data
 | 
									body: data
 | 
				
			||||||
			})
 | 
								})
 | 
				
			||||||
			.then(response => response.json())
 | 
									.then(response => response.json())
 | 
				
			||||||
			.then(f => {
 | 
									.then(f => {
 | 
				
			||||||
				this.bannerId = f.id;
 | 
										this.bannerId = f.id;
 | 
				
			||||||
				this.bannerUploading = false;
 | 
										this.bannerUploading = false;
 | 
				
			||||||
			})
 | 
									})
 | 
				
			||||||
			.catch(e => {
 | 
									.catch(e => {
 | 
				
			||||||
				this.bannerUploading = false;
 | 
										this.bannerUploading = false;
 | 
				
			||||||
				alert('%18n:!@upload-failed%');
 | 
										alert('%18n:@upload-failed%');
 | 
				
			||||||
			});
 | 
									});
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		save() {
 | 
							save() {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue