Created
February 28, 2023 20:13
-
-
Save Pross/f2bfa701327bf4ee60576daa3215083c to your computer and use it in GitHub Desktop.
Auto unselect unused modules
This file contains 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('.fl-settings-form-content label').each(function(){if(~jQuery(this).prop('innerText').indexOf("( Not used )")){jQuery(this).find('input').prop('checked',false)}}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment