Skip to content

Commit

Permalink
Merge pull request #2157 from pjackson28/v3.0
Browse files Browse the repository at this point in the history
Fixed Firefox mega menu middle mouse button issue (#1893)
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Apr 30, 2013
2 parents 5f4e02d + 48fda7d commit 9c7ffe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/workers/menubar.js
Expand Up @@ -384,7 +384,7 @@
}
}
});
_pe.document.on('click vclick touchstart focusin', function () {
_pe.document.on('touchstart focusin', function () {
return hideallsubmenus();
});

Expand Down

0 comments on commit 9c7ffe8

Please sign in to comment.