Subversion Repositories wpShopGermany4

Rev

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

Rev 6493 Rev 7184
Line 58... Line 58...
58
		    }
58
		    }
59
		    
59
		    
60
		} );
60
		} );
61
		
61
		
62
	} );
62
	} );
-
 
63
 
-
 
64
	<?php /* Copy&Paste für das Eingabefeld "E-Mail-Wiederholung sperren */ ?>
-
 
65
	window.onload = function() {
-
 
66
		
-
 
67
		const email2 = document.getElementById('email2');
-
 
68
 
-
 
69
		email2.onpaste = function(e) {
-
 
70
 
-
 
71
			e.preventDefault();
-
 
72
 
-
 
73
		}
-
 
74
	}
63
	
75
	
64
/* ]]> */</script>
76
/* ]]> */</script>
65
<div class="wpsg_mod_request_requestpage">
77
<div class="wpsg_mod_request_requestpage">
66
 
78
 
67
	<?php echo $this->writeFrontendMessage(); ?>
79
	<?php echo $this->writeFrontendMessage(); ?>