Skip to content

Commit a4757a7

Browse files
author
Manish
authored
Update script.js
1 parent e14f2f1 commit a4757a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ function hovereffect() {
4646
elems.forEach(function (elemTag) {
4747
elemTag.addEventListener("mouseenter", function () {
4848
var bgimgurl = elemTag.getAttribute("data-img");
49-
console.log(bgimgurl);
5049
page2.style.backgroundImage = `url(${bgimgurl})`;
5150
page2.style.backgroundSize = `cover`;
5251
page2.style.backgroundPosition = `center`;
@@ -113,3 +112,4 @@ function loco() {
113112
});
114113
};
115114
loco();
115+

0 commit comments

Comments
 (0)