Commit 6f969865 authored by olau@iola.dk's avatar olau@iola.dk

Fixup "Zoom to selection" checkbox to use a label


git-svn-id: https://flot.googlecode.com/svn/trunk@250 1e0a6537-2640-0410-bfb7-f154510ff394
parent b93716b3
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
in the "plotselected" event triggered. Enable the checkbox in the "plotselected" event triggered. Enable the checkbox
below and select a region again.</p> below and select a region again.</p>
<p><input id="zoom" type="checkbox">Zoom to selection.</input></p> <p><label><input id="zoom" type="checkbox" />Zoom to selection.</label></p>
<script id="source" language="javascript" type="text/javascript"> <script id="source" language="javascript" type="text/javascript">
$(function () { $(function () {
......
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