Skip to content
Snippets Groups Projects
Commit 00238010 authored by jjlustig's avatar jjlustig
Browse files
parents 215c0bc5 9fe61fd1
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ $('#new-keyboard').click(function() {
var newSlide ='<div class = "custom swiper-slide swiper-slide-inner" id="custom-' + customCount.toString() + '"> </div>';
customCount++;
swiperInner.appendSlide(newSlide)
swiper.slideTo(3, 200, false);
swiper.slideTo(4, 200, false);
swiperInner.slideTo(customCount-1, 200, false);
customButtonCounts['custom-' + swiperInner.activeIndex.toString()] = 0
socket.emit('newBoard', {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment