Skip to content

Instantly share code, notes, and snippets.

@ymrl
Created August 21, 2013 07:09
Show Gist options
  • Save ymrl/6291192 to your computer and use it in GitHub Desktop.
Save ymrl/6291192 to your computer and use it in GitHub Desktop.
GitHubのdiff表示を折りたたみたい
javascript:$('.file .data').hide();$('.file .image').hide();$('.file .meta').click(function(){var p = $(this).parents('.file');p.find('.data').toggle();p.find('.image').toggle();})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment