From a485582f19cb90d2cdfb73ed8d0f392bdfb2c17c Mon Sep 17 00:00:00 2001 From: Kyle Kernick Date: Fri, 14 Jun 2024 13:26:57 -0600 Subject: [PATCH] 3D *does* work offline now, at least some of the time. --- site/heatmapper.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site/heatmapper.css b/site/heatmapper.css index 28c2c37..38dec86 100644 --- a/site/heatmapper.css +++ b/site/heatmapper.css @@ -41,7 +41,7 @@ /* Dumb as this looks, we need to have the message appear, but not give the next one too much duration */ 35% {} 42% {content: "File upload will be immediate as you simply fetch from disk";} - 49% {content: "You can even work offline, except for 3D";} + 49% {content: "You can even work offline for some applications!";} 53% {} 57% {content: "Some heatmap applications don't yet support WebAssembly";} 65% {content: "And you always have the option of using a server version!";} @@ -50,4 +50,3 @@ 80% {content: "We're almost there..."} 85% {content: "Probably downloading Scipy..."} } -