Убраны лишние файлы

This commit is contained in:
ekallin 2023-11-13 01:56:25 +04:00 committed by ns.potapov
parent 85304dbe24
commit 14f720cd33
2 changed files with 0 additions and 32 deletions

View File

@ -1,2 +0,0 @@
# PIbd-21_Bakalskaya_E.D._INTERNET_PROGRAMMING_

30
main.js
View File

@ -1,30 +0,0 @@
// function imgText_Visible() {
// alert('oooooooooooooooooooooooooou my');
// }
// var imgDrama1 = document.querySelectorAll('img');
// var IsClickedImg2 = false;
// const img2Click = document.getElementById('img2');
// img2Click.addEventListener('click', function handlerClick() {
// IsClickedImg2 = true;
// console.log("You are enter this img");
// })
// if (!IsClickedImg2) {
// changeImgForComedy();
// }
// else {
// }
// function changeImgForComedy() {
// // imgDrama1.src = ('http://localhost:5173/static/img/img3.webp');
// // this.classList.toggle('item-show');
// // this.imgDrama1.src = ('item-show');
// //document.getElementById("img1").innerHTML = ('http://localhost:5173/static/img/img3.webp');
// document.getElementById("img1").src = ('http://localhost:5173/static/img/img3.webp');
// console.log("все удалось")
// }