Merge pull request #22 from nyc-bookstores/gdata-fix
hoist gData onto window so other functions can use it
This commit is contained in:
commit
f66747ba7e
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user