Custom Web Applet Issue with Patch 024.008.001
Hello,
I am experiencing an issue with a custom web applet during the testing phase for our upgrade to Patch 024.008.001. It seems that the issue may be tied to an HTML ID change for the Save button. Is anyone else experiencing this issue?
Here is the "if" part of the Javascript that I believe is having an issue.
// Check Save button
while( i < e.length)
{
if(e[i].innerHTML == " Save ")
Thank you,
Dara
0