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:
Adam Warner
2023-07-28 22:55:06 +01:00
parent 810ef59080
commit d59bbd26db
4 changed files with 5 additions and 5 deletions

View File

@@ -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);