Subversion Repositories wpShopGermany4

Rev

Rev 7108 | Rev 7247 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7108 Rev 7184
Line 110... Line 110...
110
			});
110
			});
111
			
111
			
112
		});	
112
		});	
113
 
113
 
114
	});	
114
	});	
-
 
115
 
-
 
116
	<?php /* Copy&Paste für das Eingabefeld "E-Mail-Wiederholung sperren */ ?>
-
 
117
	window.onload = function() {
-
 
118
		
-
 
119
		const email2 = document.getElementById('email2');
-
 
120
 
-
 
121
		email2.onpaste = function(e) {
-
 
122
 
-
 
123
			e.preventDefault();
-
 
124
 
-
 
125
		}
-
 
126
	}
115
		
127
		
116
</script>
128
</script>
117
 
129
 
118
<div class="wpsg wpsg_profil wpsg_checkout">
130
<div class="wpsg wpsg_profil wpsg_checkout">
119
 
131