You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there are some empty span tags that are coded by the script.... and are wrongly expanded by jquery/browser as per changes in jquery 3.5.1 documentation.
please see in main.js such span tags like
<span ....... />
I suggest,
please change all such occurrences with
<span........></span>
HTH
Thanks
The text was updated successfully, but these errors were encountered:
there are some empty span tags that are coded by the script.... and are wrongly expanded by jquery/browser as per changes in jquery 3.5.1 documentation.
please see in main.js such span tags like
<span ....... />
I suggest,
please change all such occurrences with
<span........></span>
HTH
Thanks
The text was updated successfully, but these errors were encountered: