MediaWiki:Common.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
uniformato stile standard commenti
m fix commento
Riga 72:
/**
* "Technical restrictions" title fix
* Codice Copiatoper [[Template:Titolo errato]], copiato inizialmente da [[:en:MediaWiki:Common.js]]
*
* Descrizionen: Codice per [[Template:Titolo errato]]
* Copiato inizialmente da [[:en:MediaWiki:Common.js]]
*
* The function looks for a banner like this: <nowiki>
Riga 208 ⟶ 206:
});
 
/**
* Serve per far funzionare il Cassetto2 con IE6.
*/
function hopMouseOverHandler(event) {
event.data.hopContent.style.display = "block";
Riga 216 ⟶ 217:
}
 
/**
* Serve per far funzionare il Cassetto2 con IE6.
*/
if (window.attachEvent && !window.XMLHttpRequest) window.attachEvent("onload", function() {
var x = mw.util.$content.get(0).getElementsByTagName("div");
Riga 232 ⟶ 230:
}
});
 
// BEGIN Dynamic Navigation Bars
 
 
/**
* Controlla se un elemento ha una certa classe, usata da Collapsible tables e Hiddencat
* Test if an element has a certain class.
* Uses regular expressions and caching for better performance.
* Maintainers: User:Mike Dillon, User:R. Koot, User:SG