diff --git a/html/index.html b/html/index.html
index 2c15aa5..b3333b9 100755
--- a/html/index.html
+++ b/html/index.html
@@ -28,6 +28,10 @@
+
+
+
+
@@ -87,6 +91,12 @@
$("#VDOWNbutton").click(function() {
$.post("button.php?key=KEY_VOLUMEDOWN");
});
+ $("#LGbutton").click(function() {
+ $.post("button.php?key=KEY_LANGUAGE");
+ });
+ $("#INFObutton").click(function() {
+ $.post("button.php?key=KEY_INFO");
+ });
$("#MUTEbutton").click(function() {
$.post("button.php?key=KEY_MUTE");
});
diff --git a/html/styles.css b/html/styles.css
index b8cd2ec..ac3e64a 100755
--- a/html/styles.css
+++ b/html/styles.css
@@ -32,6 +32,9 @@ body {
width: 150;
height: 125;
}
+#LGbutton {
+ visibility: hidden;
+}
#config {
float: right;
text-align: center;