Contact form loader

This commit is contained in:
Oleg Lavrovsky 2017-04-12 13:34:18 +02:00
parent a0bc495816
commit 6131e335ee

View file

@ -21,8 +21,10 @@
</div>
<script language="JavaScript">
$('span.helptext').each(function() {
$(this).insertBefore( $(this).prev() );
window.addEventListener('load', function() {
$('span.helptext').each(function() {
$(this).insertBefore( $(this).prev() );
});
});
</script>
</div>