Update
This commit is contained in:
		
							parent
							
								
									c20386fa54
								
							
						
					
					
						commit
						eebfbd0f3b
					
				|  | @ -74,7 +74,7 @@ async function openInNewTab(url) { | ||||||
| } | } | ||||||
| async function getMastodonPage() { | async function getMastodonPage() { | ||||||
|     let log = document.getElementById('log'); |     let log = document.getElementById('log'); | ||||||
|     if (!log) { |     if (log == null) { | ||||||
|         setTimeout(getMastodonPage, 1000); |         setTimeout(getMastodonPage, 1000); | ||||||
|         return; |         return; | ||||||
|     } |     } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue