Content deleted Content added
Cater for all skins |
m Add extra check for modern skin, even though it is not required on en for some reason |
||
Line 29:
if (li===null)
li=document.getElementById("article");
if(li===null)
li=document.getElementById("mw_contentholder");
li=li.getElementsByTagName("li");
i=-1;
|