Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Checkboxradio: allow vclick event to bubble. Fixes #2383.
  • Loading branch information
Gabriel Schulhof committed Nov 29, 2012
1 parent ef809a2 commit c8dcf58eebb55318dbc5f5bbc71bfed4d906218e
Showing with 0 additions and 1 deletion.
  1. +0 −1 js/widgets/forms/checkboxradio.js
@@ -101,7 +101,6 @@ $.widget( "mobile.checkboxradio", $.mobile.widget, {
self._getInputSet().not( input ).prop( "checked", false );

self._updateAll();
return false;
}
});

1 comment on commit c8dcf58

@jaspermdegroot
Copy link
Contributor

@jaspermdegroot jaspermdegroot commented on c8dcf58 Dec 6, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gabrielschulhof

During today's meeting we decided to revert the changes of this commit for now, so checkboxes aren't broken while you are looking into a permanent solution. I did this with commit d55f2b4.

Please sign in to comment.