You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect this may be rather easy to fix, just changing a ~ .querySelector() to a ~ .querySelectorAll() and looping over the results.
If I would submit a pull request for this, would you be willing to merge it?
Also, if yes, might you be willing to point me towards the relevant code section?
The text was updated successfully, but these errors were encountered:
Example url: https://ghc.haskell.org/trac/ghc/query?status=new&status=assigned&status=reopened&group=milestone&order=priority
Example picture pointing to the headers: https://www.screencast.com/t/sQAqL3YQSjDK
![2017-03-10_0430](https://cloud.githubusercontent.com/assets/491672/23781064/1107357e-054b-11e7-9016-c41709bc055a.png)
I suspect this may be rather easy to fix, just changing a ~
.querySelector()
to a ~.querySelectorAll()
and looping over the results.If I would submit a pull request for this, would you be willing to merge it?
Also, if yes, might you be willing to point me towards the relevant code section?
The text was updated successfully, but these errors were encountered: