diff --git a/js/index.js b/js/index.js index 4631452..917bb70 100755 --- a/js/index.js +++ b/js/index.js @@ -3,6 +3,8 @@ $(function() { $( 'img' ).bind('error', function(ev) { //error has been thrown + var id = $(this).attr('src'); + console.log("image is missing... " + id); $(this).remove(); }); }); \ No newline at end of file