Created
March 23, 2019 16:52
-
-
Save sheanhoxie/3317456a10aa7910d33e400ee771f89a to your computer and use it in GitHub Desktop.
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
| # 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