diff --git a/static/character-talents.html b/static/character-talents.html
index 8c687c5..e489717 100644
--- a/static/character-talents.html
+++ b/static/character-talents.html
@@ -87,7 +87,7 @@
createTree(tree, learned, $tree[0]);
}
- if (nbLearned === 0) {
+ if (nbLearned === 0 && spec !== 0) {
$spec.hide();
$("#spec-links").hide();
continue;