From 51f0165261379cd99deca1e4edcb3ad07eba2916 Mon Sep 17 00:00:00 2001 From: christianesperar Date: Tue, 5 Apr 2016 20:39:33 +0800 Subject: [PATCH] Fix menu close on touch device that is cause by having two events on the sidebar --- production/js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/js/custom.js b/production/js/custom.js index fc373308..85300133 100755 --- a/production/js/custom.js +++ b/production/js/custom.js @@ -9,7 +9,7 @@ $(function () { $('#sidebar-menu li ul').slideUp(); $('#sidebar-menu li').removeClass('active'); - $('#sidebar-menu li').on('click touchstart', function() { + $('#sidebar-menu li').on('click', function() { var link = $('a', this).attr('href'); if(link) {