Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
I had an issue with scrum boards and multiple swimlanes. The issue count isn't displayed in the column header. So I changed line 32 to find the H2 instead of ghx-qty
$('.ghx-column-header-flex').find('H2').each(function(index) {
That seemed to fix it. On my kanban board it still works but the story point count is now to the left of the issue count.