Skip to content

Commit

Permalink
Merge pull request #19 from nebulab/mr/fix-favicon-error
Browse files Browse the repository at this point in the history
Fix favicon errors on HTML GUI
  • Loading branch information
Mattia Roccoberton authored Jan 10, 2020
2 parents 92cb055 + 74a6b5f commit bc2acb5
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ $(document).ready(function() {
// Make sure tabs don't get ugly focus borders when active
$('.group_tabs a').live('focus', function() { $(this).blur(); });

var favicon_path = $('link[rel="shortcut icon"]').attr('href');
var favicon_path = $('link[rel="icon"]').attr('href');
$('.group_tabs a').live('click', function(){
if (!$(this).parent().hasClass('active')) {
$('.group_tabs a').parent().removeClass('active');
Expand Down
2 changes: 1 addition & 1 deletion lib/reverse_coverage/formatters/html/public/application.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit bc2acb5

Please sign in to comment.