Merge branch 'joey-testing' into 'master'

Added popup

See merge request !47
This commit was merged in pull request #51.
This commit is contained in:
Marijn Jansen
2017-01-13 16:06:09 +01:00

View File

@@ -42,7 +42,9 @@
$confirmpasswordErr = "Wachtwoorden matchen niet"; $confirmpasswordErr = "Wachtwoorden matchen niet";
$correct = false; $correct = false;
?> ?>
<script>document.getElementById('id01').style.display='block'</script> <script>window.onload = function() {
document.getElementById('id01').style.display='block'
}</script>
<?php <?php
} }
} }