This commit is contained in:
ThatOneCalculator 2022-10-25 11:16:29 -07:00
parent 8ae4a32bb8
commit 9c8b280c2f
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "12.119.0-calc.1-rc.9.1",
"version": "12.119.0-calc.1-rc.9.3",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -120,6 +120,7 @@ function onSlideChange() {
function syncSlide(index) {
swiperRef.slideTo(index);
tab = tabs[index];
}
</script>