Wikipedia:Monobook.js/LiveRC.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 575:
if (id < 0) continue;
if (id == 0) ns = "(Principale)";
options += '<option value="' + id + '">' + ns + '</option>';
Riga 1 285 ⟶ 1 286:
addOnloadHook(function () {
if (wgTitle == "Monobook.js/LiveRC") {
var top = document.getElementById( 'top' );
if (top != null) {
top.innerHTML = "";
top.style.display = "none";
Riga 1 307 ⟶ 1 305:
if (rt != null) rt.style.display = "none";
if (pca != null) pca.style.display = "none";
var lvPreviewFoot = document.getElementById( 'livePreviewFoot' );
Riga 1 330 ⟶ 1 327:
'<span id="selectNS" />';
if (lrcPreviewHeight) document.getElementById('livePreview').style.height = lrcPreviewHeight;
var _lstContact = lstContact;
Riga 1 338 ⟶ 1 333:
for (var _i=0; _i<_len; _i++)
lstContact[_lstContact[_i]] = { ts: 0 };
// Main
liveSysop();
}
});
|