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

right commit of attribute

parent 05152769
......@@ -269,13 +269,9 @@
<em class="item"></em>
</a>
</div>
<div class="dropp-body">
<label for="pvPotential">PV-Value
<input id="pvPotential" type="radio" key="pvPotential" name="dropp" value="pvPotential" onclick="chosenAttributeHandler(this);">
</label>
<label for="shadowData">Shadow-Value
<input id="shadowValue" type="radio" name="dropp" value="shadowValue" checked onclick="chosenAttributeHandler(this);">
</label>
<div class="dropp-body">
<label><input id="pvPotential" type="radio" key="pvPotential" name="dropp" value="pvPotential" onclick="chosenAttributeHandler(this);"> PV-Value</label>
<label><input id="shadowValue" type="radio" name="dropp" value="shadowValue" checked onclick="chosenAttributeHandler(this);"> Shadow-Value</label>
</div>
</div>
<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