Lint the JS/CSS
This commit is contained in:
parent
648c2d1cc2
commit
c419206ce1
5 changed files with 24 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue