Commit 7ead1022 authored by Turbil's avatar Turbil
Browse files

right commit of attribute

parent 05152769
...@@ -270,12 +270,8 @@ ...@@ -270,12 +270,8 @@
</a> </a>
</div> </div>
<div class="dropp-body"> <div class="dropp-body">
<label for="pvPotential">PV-Value <label><input id="pvPotential" type="radio" key="pvPotential" name="dropp" value="pvPotential" onclick="chosenAttributeHandler(this);"> PV-Value</label>
<input id="pvPotential" type="radio" key="pvPotential" name="dropp" value="pvPotential" onclick="chosenAttributeHandler(this);"> <label><input id="shadowValue" type="radio" name="dropp" value="shadowValue" checked onclick="chosenAttributeHandler(this);"> Shadow-Value</label>
</label>
<label for="shadowData">Shadow-Value
<input id="shadowValue" type="radio" name="dropp" value="shadowValue" checked onclick="chosenAttributeHandler(this);">
</label>
</div> </div>
</div> </div>
<div id="chartButton" class="button"> <div id="chartButton" class="button">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment