mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-24 14:13:43 +00:00
Changed the collapsible cleanup in our docs JS to use click instead of vclick
This commit is contained in:
parent
a48128f9a3
commit
a362a782fa
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ $('div').live('pagecreate',function(event){
|
|||
|
||||
//collapse page navs after use
|
||||
$(function(){
|
||||
$('body').delegate('.content-secondary .ui-collapsible-content', 'vclick', function(){
|
||||
$('body').delegate('.content-secondary .ui-collapsible-content', 'click', function(){
|
||||
$(this).trigger("collapse")
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue