Browse Source

feat: better error message

master
欧醚 3 years ago
parent
commit
b1554449eb
Signed by: OmmyZhang GPG Key ID: 757D312E7C9D13F7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/list.html

+ 1
- 1
templates/list.html View File

@ -396,7 +396,7 @@
$(`#like-${toot} svg`).toggleClass("like liked");
},
error: (xhr, status, error) => {
alert(error);
alert(xhr.status + ' ' + xhr.statusText);
}
});
}

Loading…
Cancel
Save