Revert previous jQuery migration changes as it is not needed here closes #30089

This commit is contained in:
roykho 2021-06-14 06:41:57 -07:00
parent 19bdc1c35b
commit 665464c49b
No known key found for this signature in database
GPG Key ID: 7B36C0EA25795714
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
}
if(org_title != ""){
if(!opts.content){
org_elem.prop(opts.attribute, false); //remove original Attribute
org_elem.removeAttr(opts.attribute); //remove original Attribute
}
var timeout = false;