mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-15 22:05:02 -05:00
Pushbullet Changes
Remove "." from test button Replace nickname into dropdown menu instead of model...
This commit is contained in:
parent
5a1823a15a
commit
3654ad7729
@ -983,7 +983,7 @@
|
||||
</label>
|
||||
</div>
|
||||
<div class="testNotification" id="testPushbullet-result">Click below to test.</div>
|
||||
<input type="button" class="btn" value="Test Pushbullet." id="testPushbullet" />
|
||||
<input type="button" class="btn" value="Test Pushbullet" id="testPushbullet" />
|
||||
<input type="submit" class="btn config_submitter" value="Save Changes" />
|
||||
</div><!-- /content_use_pushbullet //-->
|
||||
|
||||
|
@ -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('<option value="'+devices[i].iden+'" selected>' + devices[i].extras.model + '</option>')
|
||||
$("#pushbullet_device_list").append('<option value="'+devices[i].iden+'" selected>' + devices[i].extras.nickname + '</option>')
|
||||
} else {
|
||||
$("#pushbullet_device_list").append('<option value="'+devices[i].iden+'">' + devices[i].extras.model + '</option>')
|
||||
$("#pushbullet_device_list").append('<option value="'+devices[i].iden+'">' + devices[i].extras.nickname + '</option>')
|
||||
}
|
||||
}
|
||||
if(msg) {
|
||||
|
Loading…
Reference in New Issue
Block a user