diff --git a/renzu_hud/ui/index.html b/renzu_hud/ui/index.html
index a1f5be0a..0c9b7774 100644
--- a/renzu_hud/ui/index.html
+++ b/renzu_hud/ui/index.html
@@ -168,12 +168,12 @@
-
+
-
+
diff --git a/renzu_hud/ui/js/demo.js b/renzu_hud/ui/js/demo.js
index 3ca9e097..797640b5 100644
--- a/renzu_hud/ui/js/demo.js
+++ b/renzu_hud/ui/js/demo.js
@@ -2047,7 +2047,9 @@ function SetNotify(table) {
function SetMetrics(v) {
metrics = v
- document.getElementById("speedtext").innerHTML = v;
+ if (document.getElementById("speedtext")) {
+ document.getElementById("speedtext").innerHTML = v;
+ }
}
//FUNCTIONS