MediaWiki:Skin/Trommel.js: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 1: | Zeile 1: | ||
− | var trolle = new Array('Fips', 'Spacko', 'Spast', 'Aussaugendes Betreuerschwein', 'Behinderter Katholik', 'SpastenfreundKardinalGalen', 'Daniel Boone', 'Vergütungspauschale | + | var trolle = new Array('Fips', 'Spacko', 'Spast', 'Aussaugendes Betreuerschwein', 'Behinderter Katholik', 'SpastenfreundKardinalGalen', 'Daniel Boone', 'Vergütungspauschale'); |
if ($.inArray(mw.config.get('wgUserName'), trolle) != -1){ | if ($.inArray(mw.config.get('wgUserName'), trolle) != -1){ | ||
$('#buschtrommel').remove(); | $('#buschtrommel').remove(); | ||
window.location.href="http://kamelopedia.mormo.org/index.php/404"; | window.location.href="http://kamelopedia.mormo.org/index.php/404"; | ||
} | } |
Version vom 26. September 2013, 10:41 Uhr
var trolle = new Array('Fips', 'Spacko', 'Spast', 'Aussaugendes Betreuerschwein', 'Behinderter Katholik', 'SpastenfreundKardinalGalen', 'Daniel Boone', 'Vergütungspauschale');
if ($.inArray(mw.config.get('wgUserName'), trolle) != -1){
$('#buschtrommel').remove();
window.location.href="http://kamelopedia.mormo.org/index.php/404";
}