Typos
This commit is contained in:
parent
cc922830ac
commit
25f25be78e
1 changed files with 1 additions and 2 deletions
|
@ -169,8 +169,7 @@ export default {
|
|||
submit () {
|
||||
var component = this;
|
||||
component.isLoading = true;
|
||||
var canvas = document.getElementById('meme-canvas');
|
||||
component.$http.post('https:/lbry.tech/upload-image', document.getElementById('meme-canvas').toDataURL('image/png')).then(function(response) {
|
||||
component.$http.post('https://lbry.tech/upload-image', document.getElementById('meme-canvas').toDataURL('image/png')).then(function(response) {
|
||||
component.isLoading = false;
|
||||
console.log(response);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue