MediaWiki:Common.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
aggiungo funzione di Bon Zeenie per rendere compatibile il cassetto2 con IE |
Chissà perché ha smesso di funzionare. Correggo |
||
Riga 40:
selectBox.appendChild(createOption('Wikiwix', 'http://it.wikiwix.com/', 'action', 'lang', 'it'));
selectBox.appendChild(createOption('Exalead', 'http://www.exalead.com/wikipedia/results', 'q', 'language', 'it'));
var lStat = document.getElementById('loadStatus');▼
if (document.getElementById('loadStatus')) {
▲ var lStat = document.getElementById('loadStatus');
} else {
var lStat = searchForm.fulltext;
}
lStat.parentNode.insertBefore(selectBox, lStat);
// Serve per far funzionare il Cassetto2 con IE6.
|