Displaying of old media appearances is broken in press page
The displaying of “Older media appearances” blocks seems broken in https://tails.boum.org/press/index.en.html. When somebody click on one of the year, nothing is displayed
A quick debugging let me think that,
* when the page is loaded inittoggle() in https://tails.boum.org/ikiwiki/toggle.js is called
* as their is a 2017 but no
the loop in inittoggle() receive a null in the first getElementById (can be seen in the webconsole), thus is interrupted, so the onclick=f() is not added to the links.
* Adding an empty
or removing 2017 should fix the issue
- It may be related to the last edit in the page https://labs.riseup.net/code/projects/tails/repository/revisions/bf11287faff98cae9d038c7476733f9e845071f1/diff/wiki/src/press.mdwn
Related issues
- Blocks #13245 (closed)
Original created by @geb on 15475 (Redmine)