From 62d77d48fef9fdb5e0095d4242ed0ba49c94e213 Mon Sep 17 00:00:00 2001 From: Alexandre Drouin Date: Thu, 16 Jan 2025 23:26:47 -0500 Subject: [PATCH] Add cik annotation platform --- annotation/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotation/scripts.js b/annotation/scripts.js index 96f3d2c..535e53c 100644 --- a/annotation/scripts.js +++ b/annotation/scripts.js @@ -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();