mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
gravity: remove the unused ?go code (#3426)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user