Skip to content

Commit

Permalink
Testing disabled touch events.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Humphreys committed Sep 13, 2012
1 parent 3f75220 commit 5bcc5c6
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -43,6 +43,9 @@
});

// Show the Dropdown Levels on Click
$('.top-bar .has-dropdown>a').live('touchstart touchend', function (e) {
e.preventDefault();
});
$('.top-bar .has-dropdown>a').live('click.fndtn', function (e) {
e.preventDefault();

Expand Down

0 comments on commit 5bcc5c6

Please sign in to comment.