gravity: remove the unused ?go code (#3426)

This commit is contained in:
yubiuser
2025-05-04 10:43:50 +02:00
committed by GitHub

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) {