mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
More indentationfixes
This commit is contained in:
@@ -22,8 +22,7 @@ var Hostcontroller = {
|
||||
}
|
||||
},
|
||||
|
||||
host_on_action: function(arr)
|
||||
{
|
||||
host_on_action: function(arr) {
|
||||
if(enabled){
|
||||
if(arr.type == "volume") {
|
||||
$("#volume").slider("value", arr.value);
|
||||
@@ -50,10 +49,11 @@ var Hostcontroller = {
|
||||
} else if(arr.type == "skip") {
|
||||
List.skip();
|
||||
}
|
||||
},
|
||||
|
||||
change_enabled:function(val){
|
||||
enabled = val;
|
||||
document.getElementsByName("remote_switch")[0].checked = enabled;
|
||||
}
|
||||
};
|
||||
},
|
||||
|
||||
change_enabled:function(val){
|
||||
enabled = val;
|
||||
document.getElementsByName("remote_switch")[0].checked = enabled;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user