משתמש:מתכנת/common.js: הבדלים בין גרסאות בדף

מתוך ויקי נטפרי
קפיצה לניווט קפיצה לחיפוש
 
שורה 3: שורה 3:
 
   if (acoh[i].classList[0] != "external") {acoh[i].href += "?uselang=en";};
 
   if (acoh[i].classList[0] != "external") {acoh[i].href += "?uselang=en";};
 
} */
 
} */
 +
if (document.getElementById("enpage") != null)
 +
{
 +
  for (i = 2; i < acoh.length; i++)
 +
  {
 +
    if (acoh[i].classList[0] != "external")
 +
    {
 +
      acoh[i].href += "?uselang=en";
 +
    }
 +
  }
 +
}

גרסה מ־14:01, 11 בדצמבר 2018

/* var i;
for (i = 2; i < acoh.length; i++) {
  if (acoh[i].classList[0] != "external") {acoh[i].href += "?uselang=en";};
} */
if (document.getElementById("enpage") != null)
{
  for (i = 2; i < acoh.length; i++) 
  { 
    if (acoh[i].classList[0] != "external")
    {
      acoh[i].href += "?uselang=en";
    }
  }
}