Utente:Jalo/monobook.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 762:
function cwOntoWatchlist(xmlreq, data)
{
var a=xmlreq.responseText;
var c=data.catname;
Riga 803 ⟶ 802:
temp=""+new Number(latesttime.substr(6,2))+" "+monthname[latesttime.substr(4,2)]+" "+latesttime.substr(0,4);
alert("Categoria="+c);
for(loop=0;loop<a.length;loop++)
Riga 809 ⟶ 807:
while(i--)
{
alert("a["+i+"].innerHTML="+a[i].innerHTML);▼
if(a[i].innerHTML==temp)
{
alert("so I'm in if");
▲alert("a["+i+"].innerHTML="+a[i].innerHTML);
temp=a[i].nextSibling.firstChild;
while(temp!=null)
{
Riga 831 ⟶ 827:
a[i].nextSibling.insertBefore(temp,temp2);
alert("temp prima="+temp.innerHTML);
alert("temp2 prima="+temp2.innerHTML);
temp.innerHTML="(diff) (hist) . . <a href='http://it.wikipedia.org/wiki/Categoria:"+encodeURI(c)+
"'>Category:"+c+"</a>; "+latesttime.substr(8,2)+":"+latesttime.substr(10,2)+" . . (+ "+
|