Closed miqrogroove closed 2 months ago
This param name conflicts with the global let index statement.
let index
https://github.com/collectiveaccess/pawtucket2/blob/63f8c0ac8acc7b99225fc59ba5e4db9fa51c65cf/themes/default/views/bundles/representation_viewer_html.php#L84
Steps to reproduce:
Expected result:
The next item should be displayed.
Actual result:
The 2nd item is displayed, regardless of previous thumbnail clicks.
That commit doesn't look quite right to me...
Serves me right for doing this while doing something else. It's a typo. Just pushed a correction.
This param name conflicts with the global
let index
statement.https://github.com/collectiveaccess/pawtucket2/blob/63f8c0ac8acc7b99225fc59ba5e4db9fa51c65cf/themes/default/views/bundles/representation_viewer_html.php#L84
Steps to reproduce:
Expected result:
The next item should be displayed.
Actual result:
The 2nd item is displayed, regardless of previous thumbnail clicks.