Skip to content

Commit e3bad38

Browse files
.
1 parent c48fbec commit e3bad38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets/js/ad.js

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ function showAd(id, baseUrl) {
4646
const img = document.createElement('img');
4747
img.src = baseUrl + '/assets/ads/' + ad.img;
4848
img.style.width = '728px';
49-
img.style.height = '90px';
5049
img.style.borderRadius = '5px';
5150
img.style.border = 'solid 1px black';
5251

0 commit comments

Comments
 (0)