bug: ReferenceError: updateLinks is not defined
Posted: Mon Feb 23, 2026 1:29 pm
I am using BA for Windows ver 5.6.5.13. When I run the Parallel Presenter using Control > Harmony/Parallel Generator or the keyboard command Alt-G, and then select almost any Presenter module using the mouse, I receive the following error message:
Bibleanalyzer5 Warning
Error running JavaScript: ReferenceError: updateLinks is not defined
[OK]
See the screenshot below:
I have used the Parallel Presenter several times and have even written 3 modules for it, so I know that it formerly worked in the past without emitting this error message.
What might be wrong in my setup? Does anyone else receive the same error message when using the Gospel Harmony (a/k/a Parallel Generator)?
@Tim: I tried to do a little analysis on my own before asking this question. I discovered that my "%APPDATA%\Bible Analyzer" folder contains 2 html files named baParallel-1.html and baParallel-2.html. However, there are problems with each file:
Bibleanalyzer5 Warning
Error running JavaScript: ReferenceError: updateLinks is not defined
[OK]
See the screenshot below:
I have used the Parallel Presenter several times and have even written 3 modules for it, so I know that it formerly worked in the past without emitting this error message.
What might be wrong in my setup? Does anyone else receive the same error message when using the Gospel Harmony (a/k/a Parallel Generator)?
@Tim: I tried to do a little analysis on my own before asking this question. I discovered that my "%APPDATA%\Bible Analyzer" folder contains 2 html files named baParallel-1.html and baParallel-2.html. However, there are problems with each file:
- Each file has invalid html, as each contains 2 DOCTYPE declarations, 2 <html> opening tags, 2 <body> tags, 2 <head>...</head> pairs
- The JavaScript function updateLinks() is declared below the first </body> tag
- The file ends with "</html>\n</body></html>", again showing the invalid tag structure