From 75144fc91b535f5f02733eb525626d1568174853 Mon Sep 17 00:00:00 2001 From: ghermans Date: Mon, 23 Mar 2020 13:44:43 +0100 Subject: [PATCH] Removed testing code --- public/installer/views/finish.blade.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/public/installer/views/finish.blade.php b/public/installer/views/finish.blade.php index 513dba465..85b61bc39 100644 --- a/public/installer/views/finish.blade.php +++ b/public/installer/views/finish.blade.php @@ -29,9 +29,4 @@ next = next.concat('/admin/login'); window.location.href = next; } - - $(document).ready(function() { - $('#finish').hide(); - $('#requirement').show(); - }); \ No newline at end of file