settings panel
With first draft version of wallpaper changer
This commit is contained in:
@@ -41,4 +41,12 @@
|
||||
localStorage.removeItem("position")
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<script>
|
||||
function setWallpaper() {
|
||||
url = localStorage.getItem("wallpaper")
|
||||
if (url)
|
||||
document.body.style.backgroundImage = "url(" + url + ")";
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user