diff --git a/templates/ticket/list.html b/templates/ticket/list.html index 8f77ba6..4ec384c 100644 --- a/templates/ticket/list.html +++ b/templates/ticket/list.html @@ -83,7 +83,7 @@ }); register_notify('ticket', { - $checkbox: $('#notification'), + $checkbox: $('#desktop-notification'), change: function (enabled) { if (!enabled) for (key in localStorage) @@ -217,8 +217,8 @@