-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing webpack #15
Testing webpack #15
Conversation
background-color: #007bff; /* Цвет фона при наведении */ | ||
color: #fff; /* Цвет текста при наведении */ | ||
} | ||
/* Добавьте это в ваш CSS файл */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
такие комментарии лучше не добавлять в код
}); | ||
|
||
this.form.innerHTML = html; | ||
//config? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
? Этот комментарий для чего
mapContainer.style.height = '400px'; // Высота карты | ||
this.form.insertBefore(mapContainer, this.form.querySelector('.event-create-form__submit-btn')); | ||
|
||
let mock_data = { latitude: 55.79720450649618, longitude: 37.53777629133753, zoom: 17, needMark: false }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Это зачем?
Обновите ссылку в readme |
No description provided.