mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 21:17:18 +03:00
show jack status
This commit is contained in:
@@ -724,6 +724,12 @@ function checkStatus(){
|
||||
layer.setAttribute("display","inline");
|
||||
}
|
||||
}
|
||||
if (data.hasOwnProperty('Jack')) {
|
||||
var jack = data['Jack'];
|
||||
if (jack == '1') {
|
||||
o_jack.setAttribute("display","inline");
|
||||
}
|
||||
}
|
||||
blockAjax = false;
|
||||
})
|
||||
.fail(function(xhr, ajaxOptions, thrownError) {
|
||||
|
||||
Reference in New Issue
Block a user