...
|
...
|
@@ -42,6 +42,6 @@ $searchBox.children('.search-icon').on('touchstart', function() { |
|
|
$indexSearch.submit();
|
|
|
});
|
|
|
|
|
|
$('.index-channel img').on('load', function() {
|
|
|
$('.index-channel img').on('load error', function() {
|
|
|
window.rePosFooter();
|
|
|
}); |
...
|
...
|
|