Skip to content

Instantly share code, notes, and snippets.

View Manukrish2504's full-sized avatar

K.Manushresth Manukrish2504

View GitHub Profile
/* itinerary-loader.js — CSV-only (v1)
Renders Upcoming / Live / Finished events from a Google Sheet CSV.
Requires these containers on the page:
<div id="ev-debug"></div>
<div id="ev-up"></div>
<div id="ev-live"></div>
<div id="ev-fin"></div>
*/
(function(){
// Hard-kill any GViz callback registered by other scripts (defensive)