added listeners to the questions buttons

This commit is contained in:
Djalim Simaila 2023-01-14 20:47:28 +01:00
parent dbd51e6bf8
commit e6daa4775b

View File

@ -191,6 +191,7 @@ async function initGame(){
initSock();
renderAnswerSelectionPanel();
renderInterogation();
setQuestionButtonsListeners()
setListenerToInterrogationSuspectPreviousBtn()
setListenerToIntroductionNextBtn()
setListenerToInterrogationNextBtn();