Hi,
I noticed that search results are not displayed when using Zoom with JavaScript. What happened that in file 'zoom_titles.js' one line was
"addons\"
The backslash at the end resulted in an JavaScript error when trying to display the search result page:
1: Line 12 - string not closed (I translated this message from German...)
2: Line 560 - Char 11 - 'titles' is undefined (in search.js)
The second error is a result of the first one.
Just to let you know...
Bernhard
I noticed that search results are not displayed when using Zoom with JavaScript. What happened that in file 'zoom_titles.js' one line was
"addons\"
The backslash at the end resulted in an JavaScript error when trying to display the search result page:
1: Line 12 - string not closed (I translated this message from German...)
2: Line 560 - Char 11 - 'titles' is undefined (in search.js)
The second error is a result of the first one.
Just to let you know...
Bernhard
Comment