Skip to content

Commit

Permalink
include form labels in the default list of excluded tags
Browse files Browse the repository at this point in the history
  • Loading branch information
wyoumans committed Jul 3, 2013
1 parent 0af3ba8 commit 72b78b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jquery.touchSwipe.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
triggerOnTouchLeave:false,
allowPageScroll: "auto",
fallbackToMouseEvents: true,
excludedElements:"button, input, select, textarea, a, .noSwipe"
excludedElements:"label, button, input, select, textarea, a, .noSwipe"
};


Expand Down Expand Up @@ -1958,4 +1958,4 @@
* @param {DomObject} target The element clicked on.
*/

})(jQuery);
})(jQuery);

0 comments on commit 72b78b8

Please sign in to comment.