From ecbf35930a696b3b07cbc49fc57f154ceb61205b Mon Sep 17 00:00:00 2001 From: devansh bawari Date: Mon, 8 Feb 2021 14:12:21 +0530 Subject: [PATCH] Type Button Added --- public/installer/Views/migration.blade.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/public/installer/Views/migration.blade.php b/public/installer/Views/migration.blade.php index 4bdb26b2e..c04293a52 100644 --- a/public/installer/Views/migration.blade.php +++ b/public/installer/Views/migration.blade.php @@ -91,13 +91,13 @@

Populating the database tables

- +
 
- +
- +
@@ -193,6 +193,8 @@ } if ((data['key_results'] == 0) && (data['seeder_results'] == 0) && (data['publish_results'] == 0)) { + console.log('here'); + event.preventDefault(); $('#continue').show(); $('#migrate-seed').hide(); $('#loader').hide();