Lint the JS/CSS

This commit is contained in:
oobabooga 2023-12-27 09:59:23 -08:00
parent 648c2d1cc2
commit c419206ce1
5 changed files with 24 additions and 25 deletions

View file

@ -1,5 +1,5 @@
function updateBigPicture() {
var existingElement = document.querySelector('.bigProfilePicture');
var existingElement = document.querySelector(".bigProfilePicture");
if (existingElement) {
var timestamp = new Date().getTime();
existingElement.src = "/file/cache/pfp_character.png?time=" + timestamp;