Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EECS498-uBoard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EzTunes
EECS498-uBoard
Commits
00238010
Commit
00238010
authored
7 years ago
by
jjlustig
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.eecs.umich.edu/jjlustig/EECS498-uBoard
parents
215c0bc5
9fe61fd1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/js/client.js
+1
-1
1 addition, 1 deletion
public/js/client.js
with
1 addition
and
1 deletion
public/js/client.js
+
1
−
1
View file @
00238010
...
...
@@ -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
'
,
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment