Skip to content

Commit

Permalink
gahh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Lord committed Sep 8, 2014
1 parent 5d8ab8a commit 37babb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/sheetsee.js
Original file line number Diff line number Diff line change
Expand Up @@ -25372,7 +25372,7 @@ function table(data, opts) {
templateID = opts.tableDiv.replace("#", "") + "_template"
}
var template = $(templateID)
var tableContents = ich.fullTable_template({rows: data})
var tableContents = ich[templateID]({rows: data})
$(opts.tableDiv).html(tableContents)
}
},{"icanhaz":2}]},{},[1])
Expand Down
2 changes: 1 addition & 1 deletion site/js/sheetsee.js
Original file line number Diff line number Diff line change
Expand Up @@ -25372,7 +25372,7 @@ function table(data, opts) {
templateID = opts.tableDiv.replace("#", "") + "_template"
}
var template = $(templateID)
var tableContents = ich.fullTable_template({rows: data})
var tableContents = ich[templateID]({rows: data})
$(opts.tableDiv).html(tableContents)
}
},{"icanhaz":2}]},{},[1])
Expand Down

0 comments on commit 37babb3

Please sign in to comment.