MediaWiki:Common.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Fix ricerca avanzata non funzionante
perfezionamento
Riga 84:
searchBox.style.marginLeft = '0px';
// 'searchText' is the firt search text. 'powerSearchText' is the second, used only if the first is not existent (e.g.: not yet done any search)
buttonSearch=document.getElementById('powerSearchText');
buttonSearch=document.parentNode.insertBeforegetElementById(selectBox, buttonSearch.nextSibling'searchText');
if (buttonSearch)
lStatbuttonSearch.parentNode.insertBefore(selectBox, lStatbuttonSearch.nextSibling);*/
/* if (document.getElementById('loadStatus')) {
else
var lStat = document.getElementById('loadStatus');
{
} else {
buttonSearch=document.getElementById('powerSearchText');
var lStat = searchForm.fulltext;
buttonSearch.parentNode.insertBefore(selectBox, buttonSearch.nextSibling);
}
}
lStat.parentNode.insertBefore(selectBox, lStat);*/
}