diff --git a/examples/demo.js b/examples/demo.js index 1605b970..bcef8ba1 100644 --- a/examples/demo.js +++ b/examples/demo.js @@ -188,8 +188,10 @@ document.addEventListener('DOMContentLoaded', function () { }) }) - - + $('.org-wide-issues').on('click', ()=>{ + location.href = $('.org-wide-issues').attr("href") + location.reload(); + }) })(); diff --git a/index.html b/index.html index 9249edba..53578e8f 100644 --- a/index.html +++ b/index.html @@ -149,7 +149,7 @@
Our community aspires to be a respectful place. Please read and abide by our Code of Conduct.
-To explore issues across the entire organization, check out Public Lab issues.
+To explore issues across the entire organization, check out Public Lab issues.
No issues left? See issues across this org here, and see the almost-as-good "candidates" below. Or learn how to prepare new first-timers-only issues here.
+No issues left? See issues across this org here, and see the almost-as-good "candidates" below. Or learn how to prepare new first-timers-only issues here.