Merge remote-tracking branch 'origin/main'
# Conflicts: # static/js/user_profile.js
This commit is contained in:
@@ -51,21 +51,7 @@ window.addEventListener('scroll', () => {
|
||||
// Действия при изменении URL
|
||||
|
||||
|
||||
// function changeImgLang(el) {
|
||||
//
|
||||
// let img = document.getElementById('dropbtn_lang')
|
||||
//
|
||||
// if (el.innerText === 'RU'){
|
||||
// img.style.background = "url('/static/img/png/ru.png') no-repeat left center;"
|
||||
// }
|
||||
// else if(el.innerText === 'EN'){
|
||||
// img.style.background = "url('/static/img/png/en.png')"
|
||||
// img.style.backgroundRepeat = "no-repeat"
|
||||
// img.style.backgroundPosition = "left center"
|
||||
//
|
||||
// }
|
||||
//
|
||||
// }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user