On Firefox the ‘Show Older Courses’ link redirects to a blank page with the text [object Object]. On Chrome it works fine.

Submitted by D. Pelsmaeker on 18 September 2019 at 14:12

On 18 September 2019 at 14:12 D. Pelsmaeker tagged 0.48.3

On 18 September 2019 at 14:14 D. Pelsmaeker commented:

The issue was that links of the form:

<a href="javascript:$('.old-course').show(); $('#old-courses-toggle').hide()">Show older courses</a>

Should be:

<a href="javascript:void(0);" onclick="$('.old-course').show(); $('#old-courses-toggle').hide()">Show older courses</a>

Fixed in commit 38ce089. (There are other instances of this problem in Weblab.)


On 8 October 2019 at 07:22 Elmer van Chastelet closed this issue.

Log in to post comments