fixed broken broadcast events
events don't get out of order when a invalid event line throws exception handle the stats history update with no change throwing DBConcurrencyException
This commit is contained in:
@ -65,14 +65,14 @@ $(document).ready(function () {
|
||||
'serverId': $(this).data('serverid'),
|
||||
'when': $(this).data('when')
|
||||
})
|
||||
.done(function (response) {
|
||||
$('.client-message-context').remove();
|
||||
location.after(response);
|
||||
hideLoader();
|
||||
})
|
||||
.fail(function (jqxhr, textStatus, error) {
|
||||
errorLoader();
|
||||
});
|
||||
.done(function (response) {
|
||||
$('.client-message-context').remove();
|
||||
location.after(response);
|
||||
hideLoader();
|
||||
})
|
||||
.fail(function (jqxhr, textStatus, error) {
|
||||
errorLoader();
|
||||
});
|
||||
});
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user