Created
February 19, 2014 23:23
-
-
Save jamesramsay/9103740 to your computer and use it in GitHub Desktop.
Testing done
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
javascript:(function()%7B%24('li.task-list-item%3Acontains(%22esolved%22)%20%3E%20input%3Achecked%2C%20li.task-list-item%3Acontains(%22eady%20for%22)%20%3E%20input%3Achecked').closest('.comment-content').hide()%7D)() |
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
$('li.task-list-item:contains("esolved") > input:checked, li.task-list-item:contains("eady for") > input:checked').closest('.comment-content').hide(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment