reupload of project
This commit is contained in:
8
web/static/scripts/reservation.js
Normal file
8
web/static/scripts/reservation.js
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
function openReservationForm() {
|
||||
document.getElementById("reservationForm").style.display = "block";
|
||||
}
|
||||
|
||||
function closeReservationForm() {
|
||||
document.getElementById("reservationForm").style.display = "none";
|
||||
}
|
||||
Reference in New Issue
Block a user