gravity: remove the unused ?go code

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2025-05-01 21:19:26 +03:00
committed by GitHub
parent e851470e70
commit 7342abc169

View File

@@ -67,14 +67,6 @@ $(() => {
.closest("." + $(this).attr("data-hide"))
.hide();
});
// Do we want to start updating immediately?
// gravity?go
const searchString = globalThis.location.search.substring(1);
if (searchString.includes("go")) {
$("#gravityBtn").prop("disabled", true);
eventsource();
}
});
function parseLines(ta, str) {