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 @@

We're so happy to meet you! This

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.

@@ -212,7 +212,7 @@

first timers only iss
-

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.

What's next?

diff --git a/src/scripts/configure.js b/src/scripts/configure.js index b75875f7..6da4385f 100644 --- a/src/scripts/configure.js +++ b/src/scripts/configure.js @@ -4,7 +4,7 @@ document.addEventListener('DOMContentLoaded', (e)=> { $('#favicon').attr("href", `${data['favicon-link']}`) $('#forkMe-ribbon').attr("href", `${data['forkMe-ribbon-link']}`) $('#codeofconduct').attr("href", `${data['code-of-conduct-link']}`) - $('#org-wide-issues').attr("href", `${data['URL']}/#r=all`) + $('.org-wide-issues').attr("href", `${data['URL']}/#r=all`) $(".org-display-name").each(function() { $(this).html(`${data['org-heading-name']}`) })