Skip to content

Instantly share code, notes, and snippets.

@dirtystylus
Created August 21, 2013 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dirtystylus/6295769 to your computer and use it in GitHub Desktop.
Save dirtystylus/6295769 to your computer and use it in GitHub Desktop.
jQuery call to uncheck all components when re-generating a feature that won’t download properly.
jQuery(".component-included.form-checkbox").removeAttr('checked');
@tealtan
Copy link

tealtan commented Aug 21, 2013

Hehehe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment