mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-27 17:34:45 +00:00
Merge remote branch 'origin/master'
This commit is contained in:
commit
cbd1e4cb4c
1 changed files with 2 additions and 0 deletions
|
|
@ -789,9 +789,11 @@
|
|||
$( "a" ).live( "click", function(event) {
|
||||
if (preventClickDefault){
|
||||
event.preventDefault();
|
||||
preventClickDefault = false;
|
||||
}
|
||||
if (stopClickPropagation){
|
||||
event.stopPropagation();
|
||||
stopClickPropagation = false;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue