Fix menu close on touch device that is cause by having two events on the sidebar

pull/66/head
christianesperar 2016-04-05 20:39:33 +08:00
parent 580f4df83c
commit 51f0165261
1 changed files with 1 additions and 1 deletions

View File

@ -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) {