I’m running a standalone Xojo web app on Red Hat 7. As part of the normal IT process, we did a “yum update” today. Now the app gives an unrecoverable JavaScript error whenever anyone hits the home page.
The error message is:
Could not execute returned javascript: imageview is not defined
Source: var langdir = document.getElementsByTagName('body')[0]; if(langdir) { langdir.removeAttribute('dir'); }
var langdir = document.getElementsByTagName('body')[0]; if(langdir) { langdir.setAttribute('lang','en'); }
new imageview('B827C9Sf',[]);
Anybody have any ideas? I would really hate to go back and try to revert the OS patches.
Thanks!