hoist gData onto window so other functions can use it

This commit is contained in:
David 2015-03-07 18:47:16 -05:00
parent d8ce1c89db
commit 98f00eaf24
1 changed files with 1 additions and 1 deletions

View File

@ -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")