parent
76aa7b3bc4
commit
b334066f8f
2 changed files with 7 additions and 7 deletions
|
@ -110,7 +110,7 @@ function addVote(url) {
|
|||
})})
|
||||
.then(response => {
|
||||
if (!response.ok) {
|
||||
response.text().then(addRequestErr);
|
||||
response.text().then(showMessage);
|
||||
return;
|
||||
}
|
||||
updateTable();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue