* remove console.trace; IE 10 breaks on it
This commit is contained in:
parent
0fdb932db1
commit
2d6f2e606d
|
|
@ -422,7 +422,6 @@
|
|||
|
||||
|
||||
function deleteNotification(notificationId) {
|
||||
console.trace();
|
||||
var url = "/api/users/" + context.JK.currentUserId + "/notifications/" + notificationId;
|
||||
$.ajax({
|
||||
type: "DELETE",
|
||||
|
|
|
|||
Loading…
Reference in New Issue