Authored by 梁志锋

注释掉的代码还原

@@ -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,