Commit 05ddca03 by Owen Ryan Ang

bug fix on cancel when returning element

parent 601501c1
......@@ -186,7 +186,6 @@ export function createRejectWindow(){
cancelButton.onclick = function () {
document.getElementById("rejectWindow").remove();
rejectButton.disabled = false;
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