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();