NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: ianburgess on October 04, 2012, 12:42:43 AM
-
I am using Nettalk V.5.32 and quite often a form or browse displays a red band at the top with "Error in Site Javascript" for a second prior to opening the page and working without problem. Is there any way of changing the wording or disabling this altogether?
-
Grab a later build of NT 5.
cheers
Bruce
-
OK will do.
Thanks.
-
Add this to your css:
#_ver532 {
display: none; !important
}
-
Thanks for this, but what will adding that to the CSS do? Also, presumably the #_ver532 needs to be substituted with the actual version?
-
Thanks for this, but what will adding that to the CSS do? Also, presumably the #_ver532 needs to be substituted with the actual version?
I've found that all versions of NT5 show the javascript error at some point. So adding that css just makes the message invisible. Messy, but hey it does the job ;)
Yes, you need to substitute the version number.
-
Thanks for that. Does it cause any other error messages to be hidden or just the Javascript one?
-
The usual "field x is required" type messages still display as normal.
As far as I know it only hides the javascript error.
-
Thanks for this - no more spurious javascript error messages!
Out of interest, where is the original code coming from that is generating the error message?