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