mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Some visibility fixes
This commit is contained in:
@@ -41,9 +41,8 @@ function control()
|
||||
$("#code-input").val("");
|
||||
start = false;
|
||||
|
||||
$("#volume-control").css("display", "block");
|
||||
$("#remote-controls").css("display", "block");
|
||||
|
||||
$(".rc").css("display", "block");
|
||||
|
||||
document.getElementById("base").setAttribute("onsubmit", "control(); return false;");
|
||||
$("#remote-text").text("Controlling "+ id.toUpperCase())
|
||||
document.getElementById("search").setAttribute("length", "18");
|
||||
|
||||
Reference in New Issue
Block a user