Skip to content

Commit

Permalink
Add cik annotation platform
Browse files Browse the repository at this point in the history
aldro61 committed Jan 17, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 84336d1 commit 62d77d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annotation/scripts.js
Original file line number Diff line number Diff line change
@@ -243,7 +243,7 @@ function initializeCheckboxListeners() {

// Call initializeCheckboxListeners on page load
window.onload = function () {
const defaultUrl = new URLSearchParams(window.location.search).get("url") || "https://anon-forecast.github.io/benchmark_report_dev/";
const defaultUrl = new URLSearchParams(window.location.search).get("url") || "https://servicenow.github.io/context-is-key-forecasting/v0/";
document.getElementById("page-url").value = defaultUrl;

fetchTasks();

0 comments on commit 62d77d4

Please sign in to comment.