mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Workaround for #4786, improved
This commit is contained in:
parent
4f6dd319e9
commit
977d73c90d
@ -14,6 +14,7 @@
|
||||
$("#accordion h3").click(function(event) {
|
||||
if (stop) {
|
||||
event.stopImmediatePropagation();
|
||||
event.preventDefault();
|
||||
stop = false;
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user