Changed contact person for banned users.

This commit is contained in:
marcins78
2014-01-10 16:38:09 +00:00
parent 47769e4f4a
commit 1a37cd7e60

View File

@@ -117,11 +117,11 @@
loginScreen();
},
"403": function() {
$(".error").html("You have been permanently banned. If you think it was a mistake you can try sending a private message to CoS on <a href='http://lotrtcgwiki.com/forums/'>TLHH forums</a>.");
$(".error").html("You have been permanently banned. If you think it was a mistake you can try sending a private message to Merrick_H on <a href='http://lotrtcgwiki.com/forums/'>TLHH forums</a>.");
$(".interaction").html("");
},
"409": function() {
$(".error").html("You have been temporarily banned. You can try logging in at a later time. If you think it was a mistake you can try sending a private message to CoS on <a href='http://lotrtcgwiki.com/forums/'>TLHH forums</a>.");
$(".error").html("You have been temporarily banned. You can try logging in at a later time. If you think it was a mistake you can try sending a private message to Merrick_H on <a href='http://lotrtcgwiki.com/forums/'>TLHH forums</a>.");
$(".interaction").html("");
},
"503": function() {