Update configPage.html

It isn't actually this easy, right?

Revert "It isn't actually this easy, right?"

This reverts commit d3cdb654689fd47e4ef65c7db05ee19be9368268.

Revert "Update configPage.html"

This reverts commit ae5d1828a4fa0dfd01f049a178bd839e9dbb5e25.

dfgd
This commit is contained in:
TwistedUmbrellaX 2024-11-30 18:15:27 -05:00
parent cb02c92081
commit 7519f149f5

View File

@ -1612,7 +1612,7 @@
fetchWithAuth("Episode/" + lhsId + "/Timestamps", "POST", JSON.stringify(newLhs)); fetchWithAuth("Episode/" + lhsId + "/Timestamps", "POST", JSON.stringify(newLhs));
fetchWithAuth("Episode/" + rhsId + "/Timestamps", "POST", JSON.stringify(newRhs)); fetchWithAuth("Episode/" + rhsId + "/Timestamps", "POST", JSON.stringify(newRhs));
Dashboard.alert("New introduction timestamps saved"); Dashboard.alert("New segment timestamps saved");
}); });
document.addEventListener("keydown", keyDown); document.addEventListener("keydown", keyDown);
windowHashInterval = setInterval(checkWindowHash, 2500); windowHashInterval = setInterval(checkWindowHash, 2500);