Template:Team:Paris-Saclay/left-column

From 2012.igem.org

(Difference between revisions)
 
(One intermediate revision not shown)
Line 62: Line 62:
     dataType: "xml", // type of file you are trying to read
     dataType: "xml", // type of file you are trying to read
     success  : function(xmlData){
     success  : function(xmlData){
-
         var count = 1;
+
         var count = 0;
$(xmlData).find('cm').each(function() {
$(xmlData).find('cm').each(function() {
                 var idxArticle = $(this).attr("title").lastIndexOf("/");
                 var idxArticle = $(this).attr("title").lastIndexOf("/");
Line 78: Line 78:
count += 1;
count += 1;
}
}
-
}})
+
}}
 +
 +
)
 +
if (count == 0) {
 +
$("div#articles-widget").hide();
 +
}
},
},
error : function(){
error : function(){

Latest revision as of 23:53, 26 September 2012

Follow us !