Showing
1 changed file
with
1 additions
and
1 deletions
@@ -42,6 +42,6 @@ $searchBox.children('.search-icon').on('touchstart', function() { | @@ -42,6 +42,6 @@ $searchBox.children('.search-icon').on('touchstart', function() { | ||
42 | $indexSearch.submit(); | 42 | $indexSearch.submit(); |
43 | }); | 43 | }); |
44 | 44 | ||
45 | -$('.index-channel img').on('load', function() { | 45 | +$('.index-channel img').on('load error', function() { |
46 | window.rePosFooter(); | 46 | window.rePosFooter(); |
47 | }); | 47 | }); |
-
Please register or login to post a comment