MediaWiki:Skin/Kamelionary.js: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
WiMu (Diskussion | Beiträge) K (Die Seite wurde geleert.) |
WiMu (Diskussion | Beiträge) K (mal gucken ...) |
||
Zeile 1: | Zeile 1: | ||
+ | window.onload = function () | ||
+ | { | ||
+ | changeLogoPath(); | ||
+ | }; | ||
+ | function changeLogoPath() | ||
+ | { | ||
+ | document.getElementById("p-logo").getElementsByTagName("a")[0].href = "/index.php/Kamelionary:Hauptseite"; | ||
+ | } |
Version vom 24. April 2009, 08:21 Uhr
window.onload = function ()
{
changeLogoPath();
};
function changeLogoPath()
{
document.getElementById("p-logo").getElementsByTagName("a")[0].href = "/index.php/Kamelionary:Hauptseite";
}