|
@@ -318,7 +318,7 @@ function hideOverlay()
|
|
|
|
|
|
function denyWrongReveal() {
|
|
function denyWrongReveal() {
|
|
$overlay.show();
|
|
$overlay.show();
|
|
- $("#RevealDeck").empty();
|
|
|
|
|
|
+ $("#RevealDeck").hide();
|
|
$("#Overlay-Text").text(i18n("WrongReveal"));
|
|
$("#Overlay-Text").text(i18n("WrongReveal"));
|
|
}
|
|
}
|
|
|
|
|