Subversion Repositories wpShopGermany4

Rev

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

Rev 7140 Rev 7184
Line 125... Line 125...
125
	     		exit;
125
	     		exit;
126
	  		}
126
	  		}
127
	?>
127
	?>
128
 
128
 
129
	});	
129
	});	
-
 
130
 
-
 
131
	<?php /* Copy&Paste für das Eingabefeld "E-Mail-Wiederholung sperren */ ?>
-
 
132
	window.onload = function() {
-
 
133
		
-
 
134
		const email2 = document.getElementById('email2');
-
 
135
 
-
 
136
		email2.onpaste = function(e) {
-
 
137
 
-
 
138
			e.preventDefault();
-
 
139
 
-
 
140
		}
-
 
141
	}
130
	
142
	
131
</script>
143
</script>
132
 
144
 
133
<div class="wpsg wpsg_checkout wpsg_register">
145
<div class="wpsg wpsg_checkout wpsg_register">
134
	
146