1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 10:19:25 +02:00

Add set as read/unread and delete actions on private messages

This commit is contained in:
Afterster 2015-05-03 20:22:34 +02:00
parent 26b30a2817
commit db9cc4ed33
9 changed files with 94 additions and 12 deletions

View file

@ -104,7 +104,7 @@ $(function() {
},
error: function(jqXHR, status, errorThrown)
{
// Display error here?
alert(errorThrown);
}
});