Commit 
							
							·
						
						bc9708d
	
1
								Parent(s):
							
							9a74c8e
								
Update templates/index.html
Browse files- templates/index.html +1 -1
    	
        templates/index.html
    CHANGED
    
    | @@ -317,7 +317,7 @@ | |
| 317 | 
             
                        const infoText = document.getElementById("info-text");
         | 
| 318 | 
             
                        infoText.style.opacity = "1";
         | 
| 319 |  | 
| 320 | 
            -
                        setTimeout(refreshImage,  | 
| 321 | 
             
                        country.textContent = "{{ country }}"
         | 
| 322 | 
             
                    };
         | 
| 323 |  | 
|  | |
| 317 | 
             
                        const infoText = document.getElementById("info-text");
         | 
| 318 | 
             
                        infoText.style.opacity = "1";
         | 
| 319 |  | 
| 320 | 
            +
                        setTimeout(refreshImage, 250);
         | 
| 321 | 
             
                        country.textContent = "{{ country }}"
         | 
| 322 | 
             
                    };
         | 
| 323 |  | 
