Move more/less lists to javascript

Issue #2272 resolved
Daniel Zoller created an issue

Currently the view generates two different lists: One list containing the first five items and a second list containing the remaining items. The Javascript layer handles the toggling the visibility of the second list.

To remove copy paste code I would suggest to move the complete more/less handling to the Javascript layer. The view should only render one list with all items.

Comments (7)

  1. Log in to comment