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