What is this Error Message?
-
When surfing my site in Firefox, I got the following error message from the console:
Warning: function showHide does not always return a value
Source File: https://www.idiotonastick.com/talk/
Line: 40, Column: 210
Source Code:
.getElementById(extTextDivID).style.display = "none";document.getElementById(extLinkDivID).style.display = "block";}} else {location.href = entryLink;return true;}} else {location.href = entryLink;return true;}}Does anybody know what this means and what I should do to fix it?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘What is this Error Message?’ is closed to new replies.