1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Fixed notifications of errors

This commit is contained in:
krateng 2022-04-21 15:43:11 +02:00
parent 662923dd5e
commit 9b5eb6f723

View File

@ -47,5 +47,5 @@ function notifyCallback(request) {
}
notify(body.status,body.desc || "",notification_type);
notify("Error: " + body.error.type,body.error.desc || "",notification_type);
}