Widget:SandboxNew: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 331: | Line 331: | ||
$("[name=SubCat]").each( function() { | $("[name=SubCat]").each( function() { | ||
$(this).attr('checked', false); | $(this).attr('checked', false); | ||
$("# | $("#UnselectAll").html("Select All Sub Categories"); | ||
}); | }); | ||
} | } |