Skip to content

Commit

Permalink
Merge 949f5f1 into f4574fe
Browse files Browse the repository at this point in the history
  • Loading branch information
ewwink committed Feb 10, 2019
2 parents f4574fe + 949f5f1 commit 1c03487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/infos.js
Expand Up @@ -36,7 +36,7 @@ $(document).ready(function(){

// If an image src is erroneous (404 or anything) replace it with a transparent gif
$('.fix_images').each(function(i,img) {
$(img).error(function(){
$(img).on("error", function(){
$(img).attr('src', 'images/blank.gif');
});
});
Expand All @@ -45,4 +45,4 @@ $(document).ready(function(){
$('#tabs ul#headers li a[href="#stat_tab_share"]').click(function(){
init_clipboard();
});
});
});

0 comments on commit 1c03487

Please sign in to comment.