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.
if (buttonSearch)
else
▲ {
▲ buttonSearch=document.getElementById('powerSearchText');
buttonSearch.parentNode.insertBefore(selectBox, buttonSearch.nextSibling);
}
▲ lStat.parentNode.insertBefore(selectBox, lStat);*/
}
|