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 a new issue