This commit is contained in:
John Doty 2024-12-01 07:09:44 -08:00
parent 753cf16e9d
commit 47ec8dce7b

View file

@ -21,6 +21,8 @@ events.addEventListener("redirect", (e) => {
window.location = e.data; window.location = e.data;
}); });
// NOTE: This was designed for a refresh redesign but I haven't the heart to do
// it yet.
events.addEventListener("progress", (e) => { events.addEventListener("progress", (e) => {
// Grab the progress element being referred to. // Grab the progress element being referred to.
const parameters = JSON.parse(e.data); const parameters = JSON.parse(e.data);