• Resolved stoi2m1

    (@stoi2m1)


    I was having an issue with the click on the menu in Windows Chrome and the menu would not display. After investigating the issue I found the problem in jquery.sidr.js on line 605.

    I change $this.click(function(e) { to $this.on('click', function(e) {

    Now it is working just fine in Chrome.

    Thanks,
    Jesse

  • The topic ‘Issue with Click on Menu in Chrome’ is closed to new replies.