Change dekstop notification HTML ID
This commit is contained in:
parent
b9f6a57777
commit
349389ce93
1 changed files with 3 additions and 3 deletions
|
@ -83,7 +83,7 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
register_notify('ticket', {
|
register_notify('ticket', {
|
||||||
$checkbox: $('#notification'),
|
$checkbox: $('#desktop-notification'),
|
||||||
change: function (enabled) {
|
change: function (enabled) {
|
||||||
if (!enabled)
|
if (!enabled)
|
||||||
for (key in localStorage)
|
for (key in localStorage)
|
||||||
|
@ -217,8 +217,8 @@
|
||||||
<aside>
|
<aside>
|
||||||
<div>
|
<div>
|
||||||
<div id="notification-box">
|
<div id="notification-box">
|
||||||
<input id="notification" type="checkbox">
|
<input id="desktop-notification" type="checkbox">
|
||||||
<label for="notification">{{ _('Use desktop notification') }}</label>
|
<label for="desktop-notification">{{ _('Use desktop notification') }}</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form id="filter-form" name="form" action="" method="get">
|
<form id="filter-form" name="form" action="" method="get">
|
||||||
|
|
Loading…
Reference in a new issue