Difference between revisions of "Team:Virginia/Team"

Line 223: Line 223:
 
var markbio = document.getElementById('markbio');
 
var markbio = document.getElementById('markbio');
 
var markimage = document.getElementById('markimage');
 
var markimage = document.getElementById('markimage');
var close = document.getElementByClassName('close')[0];
+
var span = document.getElementByClassName('close')[0];
  
 
markimage.onclick = function() {
 
markimage.onclick = function() {
Line 229: Line 229:
 
}
 
}
  
close.onclick = function() {
+
span.onclick = function() {
 
markbio.style.display="none";
 
markbio.style.display="none";
 
}
 
}

Revision as of 19:25, 29 July 2016

MEET THE TEAM