MediaWiki:Skin/Trommel.js: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K |
J* (Diskussion | Beiträge) (autoconfirmed raus; Trommel nutzbar als Anlaufstelle für Frischkamele; Umleitung verwirrend; Außerdem gibt's ja noch die Bläcklist) |
||
Zeile 1: | Zeile 1: | ||
− | |||
var trolle = new Array('TIM SCHULZ', 'Sean-das-schaf', 'Timy', '', ''); | var trolle = new Array('TIM SCHULZ', 'Sean-das-schaf', 'Timy', '', ''); | ||
− | if ( | + | if ($.inArray(mw.config.get('wgUserName'), trolle) != -1){ |
$('#buschtrommel').remove(); | $('#buschtrommel').remove(); | ||
− | window.location.href="http://kamelopedia.mormo.org/index.php/ | + | window.location.href="http://kamelopedia.mormo.org/index.php/404" |
} | } |
Version vom 27. November 2012, 19:51 Uhr
var trolle = new Array('TIM SCHULZ', 'Sean-das-schaf', 'Timy', '', '');
if ($.inArray(mw.config.get('wgUserName'), trolle) != -1){
$('#buschtrommel').remove();
window.location.href="http://kamelopedia.mormo.org/index.php/404"
}