Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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(); |
-
Please register or login to post a comment