Changes

From Life After BOB Wiki
4 bytes removed ,  16:54, 12 June 2021
no edit summary
Line 35: Line 35:  
for (var i = 0; i<imageList.length; i++){
 
for (var i = 0; i<imageList.length; i++){
 
   if(imageList[i].dataset.fileWidth > imageList[i].dataset.fileHeight){
 
   if(imageList[i].dataset.fileWidth > imageList[i].dataset.fileHeight){
     console.log(“hello”);
+
     console.log("hello");
 
   }
 
   }
 
console.log(imageList[i].dataset.fileWidth+","+imageList[i].dataset.fileHeight);
 
console.log(imageList[i].dataset.fileWidth+","+imageList[i].dataset.fileHeight);