Poprawy w CSS i w Literałach w JS

This commit is contained in:
2024-01-31 14:39:18 +01:00
parent 5493bb6a81
commit d7d86c40fe
5 changed files with 20 additions and 3 deletions

View File

@@ -12,4 +12,4 @@ if(window.location.pathname.includes("return.html") && window.location.search.in
}
// Przekierowanie ze strony order1 na OSCOP
if(window.location.pathname.includes("order1.html")) window.location = "/place-order.php";
if(window.location.pathname.includes("order1.html") || window.location.pathname.includes("order1.php")) window.location = "/place-order.php";