Team:TU-Delft/SynBioData
From 2013.igem.org
(Difference between revisions)
Line 12: | Line 12: | ||
function drawTable() { | function drawTable() { | ||
- | var query = "SELECT 'Key Word' as | + | var query = "SELECT 'Key Word' as id, " + |
"'Receiving Team' as Receiving, 'Minute of goal' as Minute " + | "'Receiving Team' as Receiving, 'Minute of goal' as Minute " + | ||
- | 'FROM | + | 'FROM 0ArsDNt8sj-LBdEdCREdxUTFmVXpPaTVnZm43d0RTdmc'; |
var team = document.getElementById('team').value; | var team = document.getElementById('team').value; | ||
if (team) { | if (team) { |
Revision as of 13:18, 2 September 2013