fd
This commit is contained in:
parent
8fc70db345
commit
b41062d0f7
1 changed files with 2 additions and 2 deletions
|
@ -691,7 +691,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
post_toast("/vote/" + type + "/" + id + "/" + voteDirection);
|
post("/vote/" + type + "/" + id + "/" + voteDirection);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -741,7 +741,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
post_toast("/vote/" + type + "/" + id + "/" + voteDirection);
|
post("/vote/" + type + "/" + id + "/" + voteDirection);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue