This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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) |