diff --git a/gui/slick/interfaces/default/config_notifications.tmpl b/gui/slick/interfaces/default/config_notifications.tmpl index 6379a953..7354b420 100644 --- a/gui/slick/interfaces/default/config_notifications.tmpl +++ b/gui/slick/interfaces/default/config_notifications.tmpl @@ -983,7 +983,7 @@
Click below to test.
- + diff --git a/gui/slick/js/configNotifications.js b/gui/slick/js/configNotifications.js index 3f3290c8..e828bd76 100644 --- a/gui/slick/js/configNotifications.js +++ b/gui/slick/js/configNotifications.js @@ -261,9 +261,9 @@ $(document).ready(function(){ $("#pushbullet_device_list").html(''); for (var i = 0; i < devices.length; i++) { if(current_pushbullet_device == devices[i].iden) { - $("#pushbullet_device_list").append('') + $("#pushbullet_device_list").append('') } else { - $("#pushbullet_device_list").append('') + $("#pushbullet_device_list").append('') } } if(msg) {