Skip to content

Commit

Permalink
Update lab hours spreadsheet for Spring 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzzy committed Apr 1, 2024
1 parent e8b9527 commit 51cb8e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "Winter%202024"; // Note that %20 is the URL encoding for a space (" ")
const HOURS_SHEET = "Spring%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=2024.01"></script>
<script src="/public/js/lab.js?v=2024.02"></script>

<!--Favicon -->
<link rel="icon" href="/public/favicon.ico" />
Expand Down

0 comments on commit 51cb8e2

Please sign in to comment.