diff --git a/js/lines-modal.js b/js/lines-modal.js index af60d80..43008e9 100644 --- a/js/lines-modal.js +++ b/js/lines-modal.js @@ -39,7 +39,7 @@ export function showUpdateModal(item) { cntrls.itemsType.value = item.itemsId; cntrls.date.value = item.date; cntrls.price.value = item.price; - cntrls.place.value = item.placeId; + cntrls.place.value = item.placesId; // заполнение превью // Если пользователь выбрал изображение, то оно загружается // в тэг image с id image - preview diff --git a/style.css b/style.css index 493c61a..797d612 100644 --- a/style.css +++ b/style.css @@ -29,7 +29,7 @@ header nav a:hover { body{ background-color: #3E3333; font-family: 'Correction Tape', sans-serif; - color: #ffffff; + color: #000000; } footer {