diff --git a/index.html b/index.html index d8ba1bb..23d9c1f 100644 --- a/index.html +++ b/index.html @@ -343,7 +343,6 @@
Save money, less administration
diff --git a/script.js b/script.js index 16f0272..def71a7 100644 --- a/script.js +++ b/script.js @@ -640,7 +640,7 @@ var si = 0, var location = locSelect ? locSelect.value : ''; var form = document.createElement('form'); form.method = 'POST'; - form.action = 'https://ODOO4projects.com/shop/post_basket'; + form.action = window.location.origin + '/shop/post_basket'; form.target = '_blank'; form.style.display = 'none'; var basket = document.createElement('input');