-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
| playRoulette(stopImageNumber); |
ここまでは
stopImageNumber毎回変わってそう
facial-expression-battle/public/assets/js/practice.js
Lines 13 to 21 in 26a3e0c
| var p = { | |
| startCallback: function () {}, | |
| slowDownCallback: function () {}, | |
| stopCallback: function () { | |
| showFaceText(stopImageNumber); | |
| setTimeout(() => countDown(), 3000); | |
| }, | |
| stopImageNumber: stopImageNumber, | |
| }; |
stopImageNumberここも変わってる
facial-expression-battle/public/assets/js/face-practice.js
Lines 114 to 118 in 26a3e0c
| var showFaceText = function(stopImageNumber) { | |
| targetFacialExpression = facialExpressionLabel[stopImageNumber]; | |
| var target = document.getElementById("target-facial-expression"); | |
| target.textContent = targetFacialExpression; | |
| } |
ここでは
stopImageNumberがずっと同じ値Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working