diff --git a/assets/style.css b/assets/style.css index 90c4eec..a948933 100644 --- a/assets/style.css +++ b/assets/style.css @@ -220,14 +220,4 @@ hr { width: 100%; height: 250px; } -} - -#johnvertisement { - margin-left: auto; - display: block; - margin-right: auto; - max-width: 732px; - width: 100%; - height: 94px; - border: none; } \ No newline at end of file diff --git a/index.js b/index.js index cffbc93..debd30b 100644 --- a/index.js +++ b/index.js @@ -47,7 +47,6 @@ app.use(async (req, res, next) => { .catch(() => res.status(500).send()); app.locals.buttons = buttonsJson; app.locals.following = followingJson; - app.locals.randomAd = Math.round(Math.random()); next(); }) diff --git a/views/components/footer.ejs b/views/components/footer.ejs index db3de1f..1201618 100644 --- a/views/components/footer.ejs +++ b/views/components/footer.ejs @@ -29,11 +29,7 @@