Authored by 郭成尧

touche

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