diff --git a/install-dev/theme/js/welcome.js b/install-dev/theme/js/welcome.js index 63573f840..44145d1a0 100644 --- a/install-dev/theme/js/welcome.js +++ b/install-dev/theme/js/welcome.js @@ -3,7 +3,9 @@ $(document).ready(function() // Submit change of language $('#langList li input').click(function() { - $('#mainForm').submit(); + var form = $('#mainForm'); + form.attr('action', form.attr('action')+'#licenses-agreement'); + form.submit(); }); // Desactivate next button if licence checkbox is not checked diff --git a/install-dev/theme/views/welcome.phtml b/install-dev/theme/views/welcome.phtml index 7e52f4623..e6721b765 100644 --- a/install-dev/theme/views/welcome.phtml +++ b/install-dev/theme/views/welcome.phtml @@ -29,7 +29,7 @@
l('PrestaShop and community offers over 40 different languages for free directly accessible from your back-office in tools tab'); ?>
-