Fix id of devices tab
This commit is contained in:
parent
e70e4d907f
commit
e890afb4f5
|
@ -14,7 +14,7 @@ require "htmlheader.php";
|
|||
<ul>
|
||||
<li><a href='#main'>Main</a></li>
|
||||
<li><a href='#picker'>Picker</a></li>
|
||||
<li><a href='#devices'>Devices</a></li>
|
||||
<li><a href='#devices-tab'>Devices</a></li>
|
||||
</ul>
|
||||
<div id='main'>
|
||||
<p><input type='button' class='buttonquarter' value='ALL' onClick='setTarget(0);' id='active-all'>
|
||||
|
@ -54,7 +54,7 @@ require "htmlheader.php";
|
|||
<input type='button' style='height: 3em; margin-bottom: 0.25em; width: 8em;' value='Set Color' onClick='setColor();'>
|
||||
<input type='text' name='colorwheel' id='colorwheel' value='ff0000' /><br />
|
||||
</div>
|
||||
<div>
|
||||
<div id="devices-tab">
|
||||
<p><button class="button-refresh" id="btn-refresh-devices">Refresh List</button></p>
|
||||
<div id="devices" class="devices"></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user