Weitere Optionen
Fix für das inputbox-Problem (siehe Technik-Zentrale); Laden der auf der Hauptseite verlinkten TV-Planer direkt dort anstatt des aktuellen, ohne eine neue Seite laden zu müssen; Schneefall-Einsatz im Dezember und Januar automatisiert; Gliederung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 569: | Zeile 569: | ||
//--------------------------------------------------------------------------- | //--------------------------------------------------------------------------- | ||
if(mw.config.get('wgPageName')==="Hauptseite"){ | if(mw.config.get('wgPageName')==="Hauptseite"){ | ||
$('#TVPlaner + table td:first-child a, #TVPlaner-thisWeek a, #TVPlaner + table td:nth-child(3) a').each(function(){ | $('#TVPlaner + table td:first-child a, #TVPlaner-thisWeek a, #TVPlaner + table td:nth-child(3) a').each(function(){ | ||
$(this).click(function(e){ | $(this).click(function(e){ | ||
| Zeile 581: | Zeile 578: | ||
$('#TVPlaner').slideDown(); | $('#TVPlaner').slideDown(); | ||
}); | }); | ||
$('#Diese_Woche_im_TV small a').attr('href', url); | if($('#Diese_Woche_im_TV small a').length) $('#Diese_Woche_im_TV small a').attr('href', url); | ||
}); | }); | ||
}); | }); | ||