Skip to content

Commit

Permalink
title changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thedmdim committed Mar 31, 2024
1 parent 2d172ae commit 1371f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/static/js/random.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function ShowVideo(data) {
const year = date.getFullYear();
document.getElementById("video-info").textContent = `${day}.${month}.${year} | ${data.video.views} views`

document.getElementsByTagName("title")[0].textContent = `ytstalker | ${data.video.views} - ${year}`
document.getElementsByTagName("title")[0].textContent = `ytstalker | ${data.video.title} - ${year}`

let cool = document.getElementById("cool");
let trash = document.getElementById("trash");
Expand Down

0 comments on commit 1371f0b

Please sign in to comment.