Fix style of issue comment form and more

This commit is contained in:
Naoki Takezoe
2015-12-13 23:59:42 +09:00
parent f080e8693e
commit 7ad605afba
9 changed files with 62 additions and 47 deletions

View File

@@ -78,8 +78,8 @@
<script>
$(function(){
$('#show-more-repos').click(function(e){
$(e.target).parents('div.box-content-bottom').find('div.repo-link').show();
$(e.target).parents('div.show-more').remove();
$(e.target).parents('ul.list-group').find('li.repo-link').show();
$(e.target).parents('li.show-more').remove();
});
});
</script>