From c04617b8788ce1145cf556ccd8f13748724cc392 Mon Sep 17 00:00:00 2001 From: Andrew Wong Date: Thu, 5 Sep 2024 18:16:59 -0700 Subject: [PATCH 1/5] Remove React root. Comment out Google Tag Manager. Add message and automatic redirect. --- source/explorer/index.html | 1184 +++++++++++++++++++++--------------- 1 file changed, 691 insertions(+), 493 deletions(-) diff --git a/source/explorer/index.html b/source/explorer/index.html index de244c8f568..413c9ed30b7 100644 --- a/source/explorer/index.html +++ b/source/explorer/index.html @@ -1,505 +1,703 @@ - + - - Asana API Explorer - - - + + Asana API Explorer (legacy) + + - + - + + setTimeout(redirectToNewSite, 8500); - - - + + + From b3ec36f0c4d77e78e0f292bed912b4936c64763b Mon Sep 17 00:00:00 2001 From: Andrew Wong Date: Mon, 9 Sep 2024 09:50:26 -0700 Subject: [PATCH 2/5] Lock footer to page bottom. --- source/explorer/index.html | 751 +++++++++++++++++++------------------ 1 file changed, 390 insertions(+), 361 deletions(-) diff --git a/source/explorer/index.html b/source/explorer/index.html index 413c9ed30b7..70bcfcf00c0 100644 --- a/source/explorer/index.html +++ b/source/explorer/index.html @@ -29,7 +29,7 @@ window.location.href = newSiteURL; } - setTimeout(redirectToNewSite, 8500); + setTimeout(redirectToNewSite, 8000); document.getElementById("new-site-link").href = newSiteURL; @@ -46,380 +46,409 @@ -
-

Asana API Explorer (legacy)

-

You have arrived at the legacy API Explorer page.

-

- This tool is no longer supported. You will be redirected to the new API - Explorer shortly. -

-

- If you are not redirected automatically, please visit - the new site. -

-
- - + +