...
|
...
|
@@ -301,7 +301,7 @@ $yohoPage.on('touchstart', '.tap-hightlight', function() { |
|
|
$(this).removeClass('highlight');
|
|
|
});
|
|
|
|
|
|
$('.nav-home').on('touchstart', function(e) {
|
|
|
$('.new-nav-home').on('touchstart', function(e) {
|
|
|
$('.homebuttom').toggleClass('hide');
|
|
|
e.preventDefault();
|
|
|
e.stopPropagation();
|
...
|
...
|
|