mirror of
https://github.com/Pecusx/piradio-mini.git
synced 2026-05-20 22:33:44 +02:00
New Sleep Timer button
This commit is contained in:
+6
-2
@@ -47,9 +47,10 @@
|
||||
<div id="nadole">
|
||||
<div id="player">
|
||||
</div>
|
||||
<button id="VDOWNbutton">VOL-</button>
|
||||
<button id="VUPbutton">VOL+</button>
|
||||
<button id="VDOWNbutton">V-</button>
|
||||
<button id="MUTEbutton">MUTE</button>
|
||||
<button id="VUPbutton">V+</button>
|
||||
<button id="TIMERbutton">SLEEP TIMER</button>
|
||||
</div>
|
||||
<script>
|
||||
$("#OKbutton").click(function() {
|
||||
@@ -100,6 +101,9 @@
|
||||
$("#MUTEbutton").click(function() {
|
||||
$.post("button.php?key=KEY_MUTE");
|
||||
});
|
||||
$("#TIMERbutton").click(function() {
|
||||
$.post("button.php?key=KEY_TIME");
|
||||
});
|
||||
$("#RADIObutton").click(function() {
|
||||
$.post("button.php?key=KEY_RADIO");
|
||||
setTimeout(function(){
|
||||
|
||||
Reference in New Issue
Block a user