mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 14:18:12 +02:00
added the possibility of passing a link with the
id of the process
This commit is contained in:
@ -186,3 +186,8 @@ document.getElementById("request-status").onclick = async () => {
|
|||||||
statusStatusEl.textContent = `Currently waiting, position in queue ${json.queue_position}`;
|
statusStatusEl.textContent = `Currently waiting, position in queue ${json.queue_position}`;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
if (window.location.hash) {
|
||||||
|
uuid.value = window.location.hash.substring(1); // remove # from hash
|
||||||
|
document.getElementById("request-status").click();
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user