Browse Source

fix of wrong options' notification test setup

readme-update
Simon Grim 9 years ago
parent
commit
316ea505f1
  1. 4
      js/options.js

4
js/options.js

@ -312,8 +312,8 @@ twisterOptions.prototype.initControls = function () { @@ -312,8 +312,8 @@ twisterOptions.prototype.initControls = function () {
$('#testDesktopNotif').on('click', function () {
$.MAL.showDesktopNotification({
title: polyglot.t('notify_desktop_test'),
body: 'twister_notification_test',
body: polyglot.t('notify_desktop_test'),
tag: 'twister_notification_test',
funcClick: function () {
alert(polyglot.t('notify_desktop_perm_denied', {'this_domain': document.domain}));
}

Loading…
Cancel
Save