diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index d223020..18661e7 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -237,7 +237,7 @@ }; $(function(){ - $( "tr" ).hover( + $( ".code_table tr" ).hover( function() { $( this ).find( "img" ).show().width(13); }, function() {