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