Skip to content

Commit

Permalink
Update lab hours spreadsheet for Winter 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzzy committed Jan 8, 2024
1 parent 84329ba commit 694fa2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/js/lab.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const SPREADSHEET_ID = "1ekjyBZu6IzceRcC_9ncpnD-It4zwR6vNM-OYzj2ABys";
const API_BASE_URL = "https://sheets.googleapis.com/v4/spreadsheets/";
const HOURS_SHEET = "Fall%202023"; // Note that %20 is the URL encoding for a space (" ")
const HOURS_SHEET = "Winter%202024"; // Note that %20 is the URL encoding for a space (" ")
const HOURS_OPTIONS = "/values/" + HOURS_SHEET + "!B3:G10?key=";
const SPECIAL_TAIL = "%20-%20Special%20Hours%20(for%20Bot%20purposes)";
const SPECIAL_SHEET = HOURS_SHEET + SPECIAL_TAIL;
Expand Down
2 changes: 1 addition & 1 deletion views/lab.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<!-- SCRIPTS -->
<script src="/public/js/key.js"></script>
<script src="/public/js/lab.js?v=F23.0"></script>
<script src="/public/js/lab.js?v=2024.01"></script>

<!--Favicon -->
<link rel="icon" href="/public/favicon.ico" />
Expand Down
2 changes: 1 addition & 1 deletion views/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<!-- SCRIPTS -->
<script src="/public/js/key.js"></script>
<script src="/public/js/main.js?v=2023.12"></script>
<script src="/public/js/lab.js?v=F23.0"></script>
<script src="/public/js/lab.js?v=2024.01"></script>
<script src="/public/js/blog.js"></script>

<!--Favicon -->
Expand Down

0 comments on commit 694fa2b

Please sign in to comment.