אונטערשייד צווישן ווערסיעס פון "מעדיעוויקי:Common.js"

7 בייטן אראפגענומען ,  פֿאַר 1 יאָר
אויך מיט פאראמעטער
ק (הגהה)
(אויך מיט פאראמעטער)
שורה 38: שורה 38:
// דאס טוישט בעקגראונד קאליר פון דרעפטס אין רוי
// דאס טוישט בעקגראונד קאליר פון דרעפטס אין רוי
var txt = document.getElementById("wpTextbox1");
var txt = document.getElementById("wpTextbox1");
if (document.getElementById("mbox-draft") || (txt && txt.value.includes("{" + "{דרעפט" + "}}"))) {
if (document.getElementById("mbox-draft") || (txt && txt.value.includes("{" + "{דרעפט"))) {
var contentElement = document.querySelector("#content");
var contentElement = document.querySelector("#content");
contentElement.style.backgroundColor = "#F9F7F8";
contentElement.style.backgroundColor = "#F9F7F8";