Skip to content

Commit

Permalink
Fixed issue that prevented default when clicking on checkboxes/radio …
Browse files Browse the repository at this point in the history
…buttons with useFastTouch set to false.
  • Loading branch information
Jonathan Stark committed Dec 21, 2010
1 parent ae214b4 commit 1a75f19
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jqtouch/jqtouch.js
Expand Up @@ -17,8 +17,8 @@
(c) 2010 by jQTouch project members.
See LICENSE.txt for license.
$Revision: 154 $
$Date: Tue Dec 21 16:02:09 EST 2010 $
$Revision: 155 $
$Date: Tue Dec 21 16:23:15 EST 2010 $
$LastChangedBy: jonathanstark $
Expand Down Expand Up @@ -131,7 +131,6 @@
$el.makeActive();
$el.trigger('tap', e);
}
return false; // just in case
}
function doNavigation(fromPage, toPage, animation, backwards) {
_debug();
Expand Down

0 comments on commit 1a75f19

Please sign in to comment.