From 8acdc3782fc2c0b1a529902a2d57f15402f6e460 Mon Sep 17 00:00:00 2001 From: tenstormavi Date: Nov 03 2015 15:17:09 +0000 Subject: remove the highlighting part when user clicks on 'Commits' or 'Diff', in viewing a PR --- diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index b5e8d36..6fd9b9c 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -523,12 +523,6 @@ "background", "linear-gradient(to bottom, #ededed 0%, #fff 100%)" ); }; - cur_hash = _hash; - if ( _hash ) { - $( _hash ).css( - "background", "linear-gradient(to bottom, #eded98 0%, #fff 100%)" - ); - }; return false; };