Änderungen

Spring zu: Navigation, suche

MediaWiki:Common.js

146 Bytes hinzugefügt, 13:28, 3. Okt. 2011
keine Bearbeitungszusammenfassung
(function($) {
$(function() {
var max_height = 0;
$('.slideshow > .wikia-gallery').children().each(function() {
if(!$(this).hasClass('wikia-gallery-item')) {
$(this).remove();
} else {
if($(this).height() > max_height) {
$(this).parent().css({height:max_height});
}
}
});
Anonymer Benutzer

Navigationsmenü