| @@ -699,12 +699,12 @@ | ||
| 699 | 699 | dismissWizard(); |
| 700 | 700 | location.reload(); |
| 701 | 701 | return; |
| 702 | 702 | } |
| 703 | - if (confirm('Are you sure you want to skip the setup wizard? you can set up these configurations manually inside the settings panel.')) { | |
| 703 | + // if (confirm('Are you sure you want to skip the setup wizard? you can set up these configurations manually inside the settings panel.')) { | |
| 704 | 704 | sessionStorage.setItem('wpbot_wizard_skipped', '1'); |
| 705 | 705 | dismissWizard(); |
| 706 | - } | |
| 706 | + // } | |
| 707 | 707 | }); |
| 708 | 708 | |
| 709 | 709 | // Next Button Click |
| 710 | 710 | $('#wpbot-wizard-next').on('click', function(e) { |