Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
continuing last commit - return false on slider and switch track vclicks
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjehl committed Feb 28, 2012
1 parent 286800a commit 9f45920
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/jquery.mobile.forms.slider.js
Expand Up @@ -174,7 +174,8 @@ $.widget( "mobile.slider", $.mobile.widget, {

self.refresh( event );
return false;
});
})
.bind( "vclick", false );

slider.add( document )
.bind( "vmouseup", function() {
Expand Down Expand Up @@ -209,8 +210,7 @@ $.widget( "mobile.slider", $.mobile.widget, {

return false;
}
})
.bind( "vclick", false );
});

slider.insertAfter( control );

Expand Down

0 comments on commit 9f45920

Please sign in to comment.