mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Temporarily backing out commit bd474799bf
.
This commit is contained in:
parent
a68a85ad09
commit
7066bb384b
@ -1069,11 +1069,6 @@ function liveHandler( event ) {
|
||||
return;
|
||||
}
|
||||
|
||||
// IE will still dispatch events on disabled elements, so halt it (#6911)
|
||||
if( event.target.disabled ) {
|
||||
return;
|
||||
}
|
||||
|
||||
if ( event.namespace ) {
|
||||
namespace = new RegExp("(^|\\.)" + event.namespace.split(".").join("\\.(?:.*\\.)?") + "(\\.|$)");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user