Skip to content

Commit

Permalink
Merge pull request #17 from MuckRock/update-addon-url
Browse files Browse the repository at this point in the history
Update add-on URL
  • Loading branch information
allanlasser authored Dec 10, 2024
2 parents 817c865 + 95db3ed commit 8505439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookmarklet/klaxon.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@

document.getElementById("edit-button").addEventListener('click', function(e) {
const urlParams = new URLSearchParams(location.search);
window.open(`https://www.documentcloud.org/app?q=%2B` + `&site=${urlParams.get("url")}&selector=${savedSelector}&event=hourly` + '#add-ons/MuckRock/Klaxon');
window.open(`https://www.documentcloud.org/add-ons/MuckRock/Klaxon/?site=${urlParams.get("url")}&selector=${savedSelector}&event=hourly`);
}, false);


Expand Down

0 comments on commit 8505439

Please sign in to comment.