aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/ping.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/nms.gathering.org/ping.js')
-rw-r--r--web/nms.gathering.org/ping.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/nms.gathering.org/ping.js b/web/nms.gathering.org/ping.js
index cdcfdd1..75d8190 100644
--- a/web/nms.gathering.org/ping.js
+++ b/web/nms.gathering.org/ping.js
@@ -116,7 +116,7 @@ function gradient_from_latency(latency_ms, latency_secondary_ms) {
if (latency_secondary_ms === undefined) {
return rgb_from_latency(latency_ms);
}
- return 'linear-gradient(to bottom right, ' +
+ return 'linear-gradient(' +
rgb_from_latency(latency_ms) + ', ' +
rgb_from_latency(latency_secondary_ms) + ')';
}