Subversion Repositories wpShopGermany4

Rev

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

Rev 7305 Rev 8040
Line 51... Line 51...
51
 
51
 
52
<?php if ($this->get_option('wpsg_mod_skrill_autostart') == '1') { ?>
52
<?php if ($this->get_option('wpsg_mod_skrill_autostart') == '1') { ?>
53
<script type="text/javascript">
53
<script type="text/javascript">
54
 
54
 
55
	jQuery(document).ready(function() {
55
	jQuery(document).ready(function() {
56
		jQuery('#wpsg_skrill_payform').submit();
56
		jQuery('#wpsg_skrill_payform').trigger('submit');
57
	} );
57
	} );
58
 
58
 
59
</script>
59
</script>
60
<?php } ?>
60
<?php } ?>
61
61