Revert previous jQuery migration changes as it is not needed here closes #30089
This commit is contained in:
parent
19bdc1c35b
commit
665464c49b
|
@ -58,7 +58,7 @@
|
||||||
}
|
}
|
||||||
if(org_title != ""){
|
if(org_title != ""){
|
||||||
if(!opts.content){
|
if(!opts.content){
|
||||||
org_elem.prop(opts.attribute, false); //remove original Attribute
|
org_elem.removeAttr(opts.attribute); //remove original Attribute
|
||||||
}
|
}
|
||||||
var timeout = false;
|
var timeout = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue