diff --git a/index.html b/index.html index bd3d4eb..4b13cae 100644 --- a/index.html +++ b/index.html @@ -130,7 +130,7 @@ // so long, so messy function showInfo(gData) { - gData + window.gData = gData // make the table, and the search bar Sheetsee.makeTable(gData, "#hackSpotsTable") Sheetsee.initiateTableFilter(gData, "#tableFilter", "#hackSpotsTable")