Section508Coordinators / DHSA-TT-200-A

Purely for tracking issues related to the Trusted Tester - Training for Web on Windows course
8 stars 3 forks source link

Update ANDI favelet link on dhs.gov/508-tools #33

Closed drewnielson closed 5 years ago

drewnielson commented 5 years ago

Change from: javascript:void((function()%7bandiScript=document.createElement('script');andiScript.setAttribute('src','https://www.dhs.gov/xlibrary/oast/ANDI/andi.js');document.body.appendChild(andiScript)%7d)()); Change to: javascript:void((function(){andiScript=document.createElement('script');andiScript.setAttribute('src','https://www.dhs.gov/xlibrary/oast/ANDI/andi.js');document.body.appendChild(andiScript)})());

In other words, change %7b to { and change %7d to }

drewnielson commented 5 years ago

Fixed