diff --git a/cry/static/event.js b/cry/static/event.js index 74d01e8..eb38637 100644 --- a/cry/static/event.js +++ b/cry/static/event.js @@ -21,6 +21,8 @@ events.addEventListener("redirect", (e) => { 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) => { // Grab the progress element being referred to. const parameters = JSON.parse(e.data);