Changes

From Life After BOB Wiki
no edit summary
Line 33: Line 33:  
var name;
 
var name;
 
for (var i = 0; i<imageList.length; i++){
 
for (var i = 0; i<imageList.length; i++){
   if(imageList[i].fileWidth>imageList[i].fileHeight{
+
   if(imageList[i].fileWidth>imageList[i].fileHeight){
 
     name = imageList[i].alt;
 
     name = imageList[i].alt;
 
     console.log(name);
 
     console.log(name);