Fix notification

This commit is contained in:
cuom1999 2022-06-28 19:23:28 +07:00
parent a19a795316
commit 4cf77f95d8

View file

@ -334,13 +334,6 @@ window.register_contest_notification = function(url) {
console.log("Fail to update clarification");
})
.done(function(data) {
try {
JSON.parse(data);
}
catch (e) {
return;
}
for (i of data) {
window.notify_clarification(i);
}