Subversion Repositories wpShopGermany4

Rev

Rev 7286 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7286 Rev 7995
Line 37... Line 37...
37
 
37
 
38
	<div class="wpsg_provider_target wpsg_provider_target_<?php echo wpsg_mod_legaltexts::PROVIDER_HAENDLERBUND; ?>"></div>
38
	<div class="wpsg_provider_target wpsg_provider_target_<?php echo wpsg_mod_legaltexts::PROVIDER_HAENDLERBUND; ?>"></div>
39
	
39
	
40
</div> 
40
</div> 
41
 
41
 
42
<script type="text/javascript">/* <![CDATA[ */
42
<script>
43
 
43
 
44
	jQuery(document).ready(function() {
44
	jQuery(document).ready(function() {
45
 
45
 
46
		jQuery('.wpsg_mod_legaltexts_provider').bind('change', function() {
46
		jQuery('.wpsg_mod_legaltexts_provider').bind('change', function() {
47
 
47
 
Line 68... Line 68...
68
					}
68
					}
69
				} );
69
				} );
70
				
70
				
71
			}
71
			}
72
			
72
			
73
		} ).change();
73
		} );
-
 
74
		
-
 
75
		document.querySelector('.wpsg_mod_legaltexts_provider:checked').dispatchEvent(new Event('change'));
74
		
76
		
75
	} );
77
	} );
76
 
78
 
77
/* ]]> */</script>
-
 
78
79
</script>
-
 
80
79
81