mirror of
https://github.com/pi-hole/web.git
synced 2026-04-27 12:15:00 +01:00
php -> lp
There are still a few cases left in debug.js, but as that feature is so far missing, I will leave them for now
This commit is contained in:
@@ -77,7 +77,7 @@ $(function () {
|
||||
});
|
||||
|
||||
// Do we want to start updating immediately?
|
||||
// gravity.php?go
|
||||
// gravity.lp?go
|
||||
var searchString = window.location.search.substring(1);
|
||||
if (searchString.indexOf("go") !== -1) {
|
||||
$("#gravityBtn").prop("disabled", true);
|
||||
|
||||
Reference in New Issue
Block a user