Note
This commit is contained in:
parent
753cf16e9d
commit
47ec8dce7b
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue