Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
stw
stwkit
Commits
822699b5
Commit
822699b5
authored
Oct 02, 2017
by
Tomas Pettersson
🏸
Browse files
guide fix
parent
09cdd657
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/components/cards.js
View file @
822699b5
...
...
@@ -510,7 +510,7 @@ var STWkit;
};
self
.
nextButton
=
L
.
DomUtil
.
create
(
'
button
'
,
'
uk-button uk-margin-top uk-align-right
'
,
clearDiv
);
self
.
nextButton
.
textContent
=
'
Next
'
;
self
.
nextButton
.
id
=
'
guide
'
+
initials
+
'
5
'
;
self
.
nextButton
.
id
=
'
guide
'
+
initials
+
'
6
'
;
self
.
nextButton
.
guideFn
=
function
()
{
self
.
nextButton
.
click
();
};
...
...
src/components/cards.ts
View file @
822699b5
...
...
@@ -566,7 +566,7 @@ module STWkit {
};
self
.
nextButton
=
<
HTMLButtonElement
>
L
.
DomUtil
.
create
(
'
button
'
,
'
uk-button uk-margin-top uk-align-right
'
,
clearDiv
);
self
.
nextButton
.
textContent
=
'
Next
'
;
self
.
nextButton
.
id
=
'
guide
'
+
initials
+
'
5
'
;
self
.
nextButton
.
id
=
'
guide
'
+
initials
+
'
6
'
;
self
.
nextButton
.
guideFn
=
function
()
{
self
.
nextButton
.
click
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment