mirror of
				https://github.com/kevinveenbirkenbach/homepage.veen.world.git
				synced 2025-11-04 01:18:09 +00:00 
			
		
		
		
	Removed allerts
This commit is contained in:
		@@ -43,8 +43,6 @@ function openDynamicPopup(subitem) {
 | 
				
			|||||||
  document.getElementById('dynamicCopyButton').addEventListener('click', function () {
 | 
					  document.getElementById('dynamicCopyButton').addEventListener('click', function () {
 | 
				
			||||||
      modalContent.select();
 | 
					      modalContent.select();
 | 
				
			||||||
      navigator.clipboard.writeText(modalContent.value)
 | 
					      navigator.clipboard.writeText(modalContent.value)
 | 
				
			||||||
          .then(() => alert('Content copied to clipboard!'))
 | 
					 | 
				
			||||||
          .catch(() => alert('Failed to copy content.'));
 | 
					 | 
				
			||||||
  });
 | 
					  });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Modal anzeigen
 | 
					  // Modal anzeigen
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user