Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save sheanhoxie/3317456a10aa7910d33e400ee771f89a to your computer and use it in GitHub Desktop.

Select an option

Save sheanhoxie/3317456a10aa7910d33e400ee771f89a to your computer and use it in GitHub Desktop.
# Drupal 8 - Used to check all boxes, to grant all permissions
# to authenticated user on /admin/people/permissions
jQuery('input.rid-authenticated').each(function(e){
jQuery(this).prop("checked", true)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment