minor: comment changed.
svn path=/plone.app.discussion/trunk/; revision=27717
This commit is contained in:
parent
5885be08cc
commit
da2402865f
@ -1,7 +1,7 @@
|
|||||||
jq(document).ready(function() {
|
jq(document).ready(function() {
|
||||||
|
|
||||||
/*****************************************************************
|
/*****************************************************************
|
||||||
* Check all checkboxes.
|
* Check or uncheck all checkboxes.
|
||||||
*****************************************************************/
|
*****************************************************************/
|
||||||
jq("input[name='check_all']").click(function(){
|
jq("input[name='check_all']").click(function(){
|
||||||
if(jq(this).val()==0){
|
if(jq(this).val()==0){
|
||||||
|
Loading…
Reference in New Issue
Block a user