Flackern fixen
Das Problem ist Reload=True, was forked und dadurch Threads dupliziert. Verschiendene kleinere Verbesserungen, inkl. Parametrisierung
This commit is contained in:
parent
94377a6945
commit
9687886832
5 changed files with 338 additions and 27 deletions
|
@ -29,6 +29,10 @@
|
|||
<input type="radio" name="state" id="state_rainbow" value="rainbow" onclick="setstate('rainbow')"/>
|
||||
<label for="state_rainbow">Rainbow</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="radio" name="state" id="state_chase_blue" value="chase-blue" onclick="setstate('chase-blue')"/>
|
||||
<label for="state_chase_blue">Blue Chase</label>
|
||||
</div>
|
||||
</fieldset>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue