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

@@ -2064,6 +2064,9 @@ async function fetchData(options = {}) {
let firstTimeLoadPage = true;
function initOSCOP(){
// dodanie klasy do html
document.querySelector("html").classList.add("--place-order-page")
// Element z numerem edycji jeśli jest
const editNumber = document.getElementById("edit-number");