diff --git a/card templates/Card 4/front.html b/card templates/Card 4/front.html
index 6819757..5f122e8 100644
--- a/card templates/Card 4/front.html
+++ b/card templates/Card 4/front.html
@@ -59,6 +59,12 @@
var divId = _id.replace("text-", "char_");
if (Persistence.getItem("back" + _id) == "false") {
document.getElementById(divId).style.display = "none";
+ if (_id == "text-pinyin") {
+ showHide(".pinyin", false);
+ }
+ if (_id == "text-zhuyin") {
+ showHide(".zhuyin", false);
+ }
}
}
}