משתמש:מתכנת/common.js: הבדלים בין גרסאות בדף
קפיצה לניווט
קפיצה לחיפוש
(יצירת דף עם התוכן "←var i; for (i = 2; i < acoh.length; i++) { if (acoh[i].classList[0] != "external") {acoh[i].href += "?uselang=en";}; }: ") |
|||
שורה 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"; } } }