Commit 05ddca03 by Owen Ryan Ang

bug fix on cancel when returning element

parent 601501c1
......@@ -185,8 +185,7 @@ export function createRejectWindow(){
}
cancelButton.onclick = function () {
document.getElementById("rejectWindow").remove();
rejectButton.disabled = false;
document.getElementById("rejectWindow").remove();
removeLoadingScreen();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment