Skip to content

Instantly share code, notes, and snippets.

@thejungwon
Created September 29, 2018 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thejungwon/01cd38c973f2144f1018e68b9473bd10 to your computer and use it in GitHub Desktop.
Save thejungwon/01cd38c973f2144f1018e68b9473bd10 to your computer and use it in GitHub Desktop.
$('.greeting').html(`Hello <span class="stored-name">${username}</span>.`);
var picture_url = getCookie('picture');
if(!picture_url){
newimage(interest);
picture_url = getCookie('picture');
}
$('body').css('background-image',`url(${picture_url})`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment