Team:NYU Gallatin/
From 2012.igem.org
(Difference between revisions)
m |
m |
||
Line 152: | Line 152: | ||
if($('#images').length != 0) { | if($('#images').length != 0) { | ||
- | $.getJSON(flickr_url, displayImages); | + | setTimeout(function() {$.getJSON(flickr_url, displayImages);},1500); |
function displayImages(data) { | function displayImages(data) { | ||
// Start putting together the HTML string | // Start putting together the HTML string |
Revision as of 21:25, 26 September 2012