easy examples in different languagess
This commit is contained in:
parent
e45ab18f5d
commit
9b0c8ffc86
224 changed files with 11562 additions and 133 deletions
|
|
@ -119,7 +119,7 @@
|
|||
LJ Aurora
|
||||
<span class="shade"> </span>
|
||||
</h2>
|
||||
<webaudio-switch id="on" value="0" tooltip="Switch-B" height="30" width="90" src="knobs/power.png">
|
||||
<webaudio-switch id="auroraon" value="0" tooltip="Switch-B" height="30" width="90" src="knobs/power.png">
|
||||
</webaudio-switch>
|
||||
</div>
|
||||
<div class="webaudiobut">
|
||||
|
|
@ -507,7 +507,7 @@
|
|||
_WS.showline1('<span style="color: red;">LJ DISCONNECTED</span> ');
|
||||
//var divtext1 = document.getElementById('line1');
|
||||
///divtext1.innerHTML='DISCONNECTED';
|
||||
document.getElementById("on").value = 0;
|
||||
document.getElementById("auroraon").value = 0;
|
||||
document.getElementById("lstt/0").value = 0;
|
||||
document.getElementById("lack/0").value = 0;
|
||||
},
|
||||
|
|
@ -773,7 +773,7 @@
|
|||
//console.log(res)
|
||||
|
||||
// on off
|
||||
if (e.target.id === "on" && e.type === "change") {
|
||||
if (e.target.id === "auroraon" && e.type === "change") {
|
||||
window.location.reload();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue