Showing
1 changed file
with
3 additions
and
3 deletions
@@ -219,9 +219,9 @@ $yohoPage.on('touchstart', '.tap-hightlight', function() { | @@ -219,9 +219,9 @@ $yohoPage.on('touchstart', '.tap-hightlight', function() { | ||
219 | $(this).removeClass('highlight'); | 219 | $(this).removeClass('highlight'); |
220 | }); | 220 | }); |
221 | 221 | ||
222 | -// $('.nav-home').on('touchstart', function() { | ||
223 | -// $('.homebuttom').toggleClass('none'); | ||
224 | -// }); | 222 | +$('.nav-home').on('touchstart', function() { |
223 | + $('.homebuttom').toggleClass('none'); | ||
224 | +}); | ||
225 | 225 | ||
226 | (function() { | 226 | (function() { |
227 | var lastTime = 0, | 227 | var lastTime = 0, |
-
Please register or login to post a comment