Unfortunately, that didn’t work.
Further information:
It’s only happening when the announcement is turned off (ie, the plugin is installed, but there is currently no announcment being displayed).
We’re using it by placing the code
in the template file for the site’s home page.
It seems to be a problem with the line
document.getElementById(tgId).style.display = ‘block’;
in the toggleShow() function.
Is it possible that, if the announcement is turned off, the
isn’t generated?