Merge branch 'xorg/maint' into xorg/1.0.2/master
[platal.git] / templates / lists / moderate.tpl
index 85ba823..5607d4e 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2009 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2010 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -188,11 +188,11 @@ $('.checkboxToggle').click(function (event)
     if (event.target.tagName === 'INPUT') {
       return;
     }
-    
+
     var checkbox = $(this).parent().find(':checkbox');
-    
+
     checkbox = checkbox.attr('checked', !checkbox.attr('checked'));
-    
+
     event.stopPropagation();
   });
 {/literal}