Commit 57713be7 by Jorem Magcawas

remove overlay on endsession

parent 0625d2e0
...@@ -78,6 +78,7 @@ function createEndSessionWindow(){ ...@@ -78,6 +78,7 @@ function createEndSessionWindow(){
} }
else{ else{
alert("Fields are not empty. Submit or clear fields first."); alert("Fields are not empty. Submit or clear fields first.");
overlay.remove();
} }
endWindow.style.display = 'none'; endWindow.style.display = 'none';
} }
......
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