Change dekstop notification HTML ID

This commit is contained in:
cuom1999 2020-10-21 11:09:23 -05:00
parent b9f6a57777
commit 349389ce93

View file

@ -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 @@
<aside>
<div>
<div id="notification-box">
<input id="notification" type="checkbox">
<label for="notification">{{ _('Use desktop notification') }}</label>
<input id="desktop-notification" type="checkbox">
<label for="desktop-notification">{{ _('Use desktop notification') }}</label>
</div>
<form id="filter-form" name="form" action="" method="get">