「MediaWiki:Gadget-SideBarPic.js」:修訂間差異

移除 14 位元組 、​ 2024年7月26日 (星期五)
…………
(……)
(…………)
第1行: 第1行:
bg = document.getElementById("pagebg")
bg = document.getElementById("pagebg");
path = bg.data-bg
path = bg.data-bg;


body = document.querySelector("body")
body = document.querySelector("body");
body.style.background = "url(${path}) no-repeat fixed 50% 0;"
body.style.backgroundImage = "url(${path})";