From b6682f2b19bababc9431a2ccdbc65df2b189b403 Mon Sep 17 00:00:00 2001 From: Laurent Mazet Date: Sat, 24 Apr 2021 20:54:24 +0200 Subject: [PATCH] fix issue when PlayerName is empty --- public/trivabble.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/trivabble.js b/public/trivabble.js index ff0791b..b485aae 100644 --- a/public/trivabble.js +++ b/public/trivabble.js @@ -2454,6 +2454,7 @@ setSetting("PlayerName", name); } repromptName(initGame); + setCellCaptions(getSetting("CELL_CAPTIONS")); } );