Skip to content

Commit

Permalink
Fixes #177 - UCP - check for new alerts
Browse files Browse the repository at this point in the history
#177

All credits @white Neo (Dark Neo)
  • Loading branch information
Eldenroot committed Feb 21, 2016
1 parent 08d62a5 commit e7f05bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jscripts/myalerts.js
Expand Up @@ -28,7 +28,7 @@
module.prototype.getUnreadAlerts = function getUnreadAlerts(event) {
event.preventDefault();
$.get('xmlhttp.php?action=getNewAlerts', function (data) {
$('#latestAlertsListing').html(data.template);
$('#latestAlertsListing').prepend(data);
});
};

Expand Down

0 comments on commit e7f05bb

Please sign in to comment.