Removed testing code

This commit is contained in:
ghermans 2020-03-23 13:44:43 +01:00
parent 36833cfac4
commit 75144fc91b
1 changed files with 0 additions and 5 deletions

View File

@ -29,9 +29,4 @@
next = next.concat('/admin/login');
window.location.href = next;
}
$(document).ready(function() {
$('#finish').hide();
$('#requirement').show();
});
</script>