Skip to content

Commit

Permalink
Script
Browse files Browse the repository at this point in the history
  • Loading branch information
undertherowantrees committed Mar 8, 2024
1 parent 8d7a158 commit fc284c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
8 changes: 4 additions & 4 deletions Rooms/script.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
const bookingForm1 = document.querySelector('#booking_form1');
const firstName = document.querySelector('#firstName');
const lastName = document.querySelector('#lastName');
const firstName = document.querySelector('#fName');
const lastName = document.querySelector('#lName');
const email = document.querySelector('#email');
const address = document.querySelector('#address');
const phone = document.querySelector('#phone');
const roomType = document.querySelector('#roomType');
const guestNumber = document.querySelector('#guestNumber');
const roomType = document.querySelector('#roomChoice');
const guestNumber = document.querySelector('#quantity');
const checkIn = document.querySelector('#checkIn');
const checkOut = document.querySelector('#checkOut');
const msg = document.querySelector('.msg');
Expand Down

0 comments on commit fc284c6

Please sign in to comment.