app/soc/content/js/survey-take-090708.js
changeset 2800 cd9eed2b787e
parent 2572 1ad6d986be6d
--- a/app/soc/content/js/survey-take-090708.js	Tue Aug 25 15:55:26 2009 +0100
+++ b/app/soc/content/js/survey-take-090708.js	Tue Aug 25 15:58:30 2009 +0100
@@ -54,9 +54,11 @@
       .find('.pick_multi').each(
         function () {
           $(this).find('input').each(
+            /*jslint white: false */
             function () {
               // if $(this).attr('checked', 'true');});
             }
+            /*jslint white: true */
           );
         }
       );
@@ -142,12 +144,12 @@
    * == Customize Comment Appearance ==
    */
 
-   var comments = widget.find('td > .comment');
-   comments.each(function(){
-     $(this).parents('tr:first')
+    var comments = widget.find('td > .comment');
+    comments.each(function () {
+      $(this).parents('tr:first')
            .prev().css({'margin-top': '-10px'})
            .find('label').css({'font-size': '11px'});
-   });
+    });
 
   });
 }(jQuery));