We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f3150 commit 15d956aCopy full SHA for 15d956a
1 file changed
src/user/components/stroop_exp/StroopView.vue
@@ -41,7 +41,7 @@ if (!api.persist.isDefined('hits')) {
41
// this is the persistent timer
42
// if you want to start timer since last reload then just
43
// write api.startTimer()
44
-if (!api.timerStarted()) {
+if (!api.isTimerStarted()) {
45
api.startTimer()
46
}
47
0 commit comments