Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index 7ed64e3..6de31fd 100644
--- a/index.js
+++ b/index.js
@@ -778,6 +778,7 @@ document.querySelectorAll('.end-turn').forEach(el =>
.forEach(el => el.classList.remove('movement-ended'));
RecordSheet.select(records.at(0));
+ Counter.select(records.at(0));
})
);