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

ק
הגהה, נאר פון וויקי
ק (הגהה)
ק (הגהה, נאר פון וויקי)
 
(איין צווישנדיגע ווערסיע פונעם זעלבן באַניצער נישט געוויזן)
שורה 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";
} else {
} else if (document.getElementById("yiwiki")) {
         // לייג צו דעם ווארענונג
         // לייג צו דעם ווארענונג
         addEditIntro( 'מוסטער:רוי editintro' );
         addEditIntro( 'מוסטער:וויקי editintro' );
}
}
}
}