diff --git a/truthseeker/static/js/game.js b/truthseeker/static/js/game.js index 42d706a..4d31bf6 100644 --- a/truthseeker/static/js/game.js +++ b/truthseeker/static/js/game.js @@ -191,6 +191,7 @@ async function initGame(){ initSock(); renderAnswerSelectionPanel(); renderInterogation(); + setQuestionButtonsListeners() setListenerToInterrogationSuspectPreviousBtn() setListenerToIntroductionNextBtn() setListenerToInterrogationNextBtn();