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 318: | Line 318: | ||
$(this).attr('checked', true); | $(this).attr('checked', true); | ||
$("#SelectAll").html("Select All Main Categories"); | $("#SelectAll").html("Select All Main Categories"); | ||
}); | }); | ||
} | } | ||
Line 333: | Line 332: | ||
$("#SelectAll").html("Select All Sub Categories"); | $("#SelectAll").html("Select All Sub Categories"); | ||
}); | }); | ||
} | |||
}); | }); | ||
} | } |