Skip to content

Commit 2d24eeb

Browse files
committed
style: make Codacy happy
1 parent caafe62 commit 2d24eeb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

intranet/static/themes/new_years/new_years.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
#new-years-overlay {
1717
position: absolute;
1818
width: 100px;
19-
top: 0px;
20-
left: 0px;
19+
top: 0;
20+
left: 0;
2121
transform: translateX(-6px) translateY(-9px);
2222
z-index: 0;
2323
}

intranet/static/themes/new_years/new_years.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ $(function () {
8686
e.preventDefault();
8787
showFireworks();
8888
}
89-
})
89+
});
9090

9191
$(".intranet-title-text").html(`Ion <img id="fireworks-btn" src="${path}new_years_party_popper.png" />`);
9292
});

0 commit comments

Comments
 (0)