flake8
passed.
JSHint
passed.
Review Request #10711 — Created Sept. 11, 2019 and submitted
The StarManagerView used Backbone's
events
object to listen for clicks
on individual stars. Unfortunately the way that these events are bound
caused some event handler ordering issues with other work on the
dashboard to support clicking on cells which don't contain explicit
links. Changing it so that handler is attached using$.on
directly on
the element fixes this.
Toggled stars in the dashboard and on review request pages.