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

200 בייטן אראפגענומען ,  פֿאַר 2 יאָר
ק
הגהה, נאר פון וויקי
(נאך א פינטל שנעלער)
ק (הגהה, נאר פון וויקי)
 
(3 צווישנדיגע ווערסיעס פונעם זעלבן באַניצער נישט געוויזן)
שורה 36: שורה 36:
$(function(){
$(function(){
if (ns === 8000) {
if (ns === 8000) {
//דאס רוקט אראפ א מעלדונג אונטער די קאטעגאריעס, באנוצט אין מוסטער:קרד/ויקי/יידיש
var $wikiMessage = $("#wiki-message");
if ($wikiMessage.length) {
        $wikiMessage.insertAfter("#catlinks");
        // לייג צו דעם ווארענונג
        addEditIntro( 'מוסטער:רוי editintro' );
}
// דאס טוישט בעקגראונד קאליר פון דרעפטס אין רוי
// דאס טוישט בעקגראונד קאליר פון דרעפטס אין רוי
else 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";
} else if (document.getElementById("yiwiki")) {
        // לייג צו דעם ווארענונג
        addEditIntro( 'מוסטער:וויקי editintro' );
}
}
}
}