Skip to content
Snippets Groups Projects
Commit 858fcc23 authored by Anton Bagliy's avatar Anton Bagliy
Browse files

v.2.7.3

parents c1b43598 80c81659
Branches
No related merge requests found
......@@ -584,6 +584,9 @@ class Rating {
try {
if (status === 400)
message = JSON.parse(jqXHR.responseText).message;
else if (status === 404) {
message = 'балл не добавлен, так как истекло время сеанса';
}
} catch(error) {
}
if (status !== 0)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment