Created
August 21, 2013 15:14
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery(".component-included.form-checkbox").removeAttr('checked'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hehehe.