Contact form loader
This commit is contained in:
parent
a0bc495816
commit
6131e335ee
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue