...
|
...
|
@@ -219,9 +219,9 @@ $yohoPage.on('touchstart', '.tap-hightlight', function() { |
|
|
$(this).removeClass('highlight');
|
|
|
});
|
|
|
|
|
|
// $('.nav-home').on('touchstart', function() {
|
|
|
// $('.homebuttom').toggleClass('none');
|
|
|
// });
|
|
|
$('.nav-home').on('touchstart', function() {
|
|
|
$('.homebuttom').toggleClass('none');
|
|
|
});
|
|
|
|
|
|
(function() {
|
|
|
var lastTime = 0,
|
...
|
...
|
|