diff --git a/public_html/compatibility/app.js b/public_html/compatibility/app.js
index 6a779f9..c6c8e5b 100644
--- a/public_html/compatibility/app.js
+++ b/public_html/compatibility/app.js
@@ -144,7 +144,7 @@ function gameStats() {
};
// Header Load
-fetch('https://fpps4.net/parts/navbar.html')
+fetch('https://fpps4.net/parts/navbar.html?v=1')
.then(response => response.text())
.then(data => {
document.querySelector('#header').innerHTML = data;
diff --git a/public_html/compatibility/index.html b/public_html/compatibility/index.html
index 5644a98..302b8f8 100644
--- a/public_html/compatibility/index.html
+++ b/public_html/compatibility/index.html
@@ -63,6 +63,6 @@
-
+