Skip to content

Commit

Permalink
Update resort-schedule.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gcparksandresorts authored Dec 11, 2023
1 parent 9ef0809 commit 3f14cad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions information/resort-schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,12 +282,12 @@ <h3 style='font-weight:normal'>Resort Parking Rates</h3>
rParkCS.innerHTML = "1 Hr - Free | 2 Hr - $28 | 3+ Hr - $40";
break;
case '8': //ADVENTURE EVE / OTHER OPEN ADMISSION NIGHTTIME EVENTS
adminInfoVal = ["4", "$90+", "$209+", "<span class='red'>Blocked Out</span>", "<span class='grn'>Good to Go</span>"];
rParkAP.innerHTML = "$30 per day";
rParkCS.innerHTML = "1 Hr - Free | 2 Hr - $20 | 3+ Hr - $30";
adminInfoVal = ["5", "$109+", "$250+", "<span class='red'>Blocked Out</span>", "<span class='red'>Blocked Out</span>"];
rParkAP.innerHTML = "$35 per day";
rParkCS.innerHTML = "1 Hr - Free | 2 Hr - $28 | 3+ Hr - $40";
break;
default:
adminInfoVal = ["1.", "$65+", "$105+", "<span class='grn'>Good to Go</span>", "<span class='grn'>Good to Go</span>"];
adminInfoVal = ["1<span class='disclaimer'>*</span>", "$65+", "$105+", "<span class='grn'>Good to Go</span>", "<span class='grn'>Good to Go</span>"];
rParkAP.innerHTML = "$24 per day";
rParkCS.innerHTML = "1 Hr - Free | 2 Hr - $20 | 3+ Hr - $30";
break;
Expand Down

0 comments on commit 3f14cad

Please sign in to comment.