...
|
...
|
@@ -41,3 +41,7 @@ $searchBox.children('.clear-text').on('touchstart', function() { |
|
|
$searchBox.children('.search-icon').on('touchstart', function() {
|
|
|
$indexSearch.submit();
|
|
|
});
|
|
|
|
|
|
$('.index-channel img').on('load', function() {
|
|
|
window.rePosFooter();
|
|
|
}); |
...
|
...
|
|