Showing
1 changed file
with
1 additions
and
1 deletions
@@ -781,7 +781,7 @@ $listNav.on('touchstart', 'li', function(e) { | @@ -781,7 +781,7 @@ $listNav.on('touchstart', 'li', function(e) { | ||
781 | $nav2.on('touchstart', 'li', function(e) { | 781 | $nav2.on('touchstart', 'li', function(e) { |
782 | $(this).addClass('bytouch'); | 782 | $(this).addClass('bytouch'); |
783 | }).on('touchend touchcancel', function() { | 783 | }).on('touchend touchcancel', function() { |
784 | - $listNav.find('li').removeClass('bytouch'); | 784 | + $nav2.find('li').removeClass('bytouch'); |
785 | myScroll.refresh(); | 785 | myScroll.refresh(); |
786 | }); | 786 | }); |
787 | 787 |
-
Please register or login to post a comment