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

ק
הגהה
אין תקציר עריכה
ק (הגהה)
שורה 37: שורה 37:
if (ns === 8000) {
if (ns === 8000) {
// דאס טוישט בעקגראונד קאליר פון דרעפטס אין רוי
// דאס טוישט בעקגראונד קאליר פון דרעפטס אין רוי
if (document.getElementById("mbox-draft") || (document.getElementById("wpTextbox1").value.includes("{" + "{דרעפט" + "}}"))) {
var txt = document.getElementById("wpTextbox1");
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";