Hauptmenü öffnen

Memory Alpha Nova β

Änderungen

MediaWiki:Common.js

382 Bytes entfernt, 00:42, 23. Nov. 2011
keine Bearbeitungszusammenfassung
$('.slideshow > .wikia-gallery').css({margin:0}).cycle('fade').children('span').css({padding:0});
});
 
$('.sidebar-division').each(function() {
var headerstr = $(this).children('.division-header').html().toLowerCase();
var key = 'division-' + headerstr;
console.log(key);
if($.cookie(key) == 'collapsed') {
$(this).addClass('collapsed')
.attr('data-cookie-id', key)
.children('.division-header')
.siblings()
.hide();
}
});
 
$('.division-header').css({cursor:'pointer'}).click(function() {
Anonymer Benutzer