Author: sevein
Date: Wed Dec  1 14:57:40 2010
New Revision: 49

Log:
Label toggles checkbox.

Modified:
   trunk/templates/report.html

Modified: trunk/templates/report.html
==============================================================================
--- trunk/templates/report.html Wed Dec  1 14:53:27 2010        (r48)
+++ trunk/templates/report.html Wed Dec  1 14:57:40 2010        (r49)
@@ -28,6 +28,13 @@
         {
           $('form').submit();
         });
+
+       $('label')
+         .css('cursor', 'pointer')
+         .click(function ()
+          {
+            cb = $(this).prev().trigger('click').trigger('change');
+          });
     });
 
   </script>

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to