Utente:Senpai/monobook/recent2.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
tradotto |
traduzione |
||
Riga 186:
status.style.borderStyle='solid';
status.style.borderColor='orange';
status.innerHTML=greyFont+'(' + recent2.count + ')
// this abort stuff doesn't work properly for some reason...
Riga 299:
setTimeout(function() {recent2.doPopups(bundle.output)}, 300);
processRecentChanges.lastDate=latest; // - 1; // overlap better than missing some out, i think; FIXME do this properly
var statusTail=greyFont+'
if (processRecentChanges.id > initialId) {
statusTail+=' <a href="javascript:showHideDetailRange(' + initialId + ',' + processRecentChanges.id + ')">toggle these details</a> |';
Riga 308:
}
}
statusTail += ' <a href="javascript:deleteEarlierOutputDivs(' + bundle.status.id + ')">
statusTail+='<br>';
bundle.status.innerHTML+=statusTail;
|