1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-12-18 20:08:04 +00:00

Revert "Merge branch 'lmanul-master'"

This reverts commit f118c53ecb, reversing
changes made to 604d54a0bb.
This commit is contained in:
SuperBFG7
2017-12-18 15:10:21 +01:00
parent f118c53ecb
commit 06ded692a5
4 changed files with 43 additions and 25 deletions

View File

@@ -539,7 +539,7 @@ function webSocketConnect() {
case "outputnames":
$('#btn-outputs-block button').remove();
$.each(obj.data, function(id, name){
var btn = $('<button id="btnoutput'+id+'" class="btn btn-default" onclick="toggleoutput(this, '+id+')"><span class="glyphicon">&#xe038;</span><span class="btn-label" title="'+name+'">'+name+'</span></button>');
var btn = $('<button id="btnoutput'+id+'" class="btn btn-default" onclick="toggleoutput(this, '+id+')"><span class="glyphicon glyphicon-volume-up"></span> '+name+'</button>');
btn.appendTo($('#btn-outputs-block'));
});
/* remove cache, since the buttons have been recreated */