Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maharshi Vyas
howto-cards
Commits
a950ceb0
Verified
Commit
a950ceb0
authored
Oct 28, 2019
by
Laurent Heirendt
✈
Browse files
fix path array length
parent
062c5ea3
Changes
1
Hide whitespace changes
Inline
Side-by-side
.ci/.autoRedirect
View file @
a950ceb0
...
...
@@ -19,7 +19,7 @@
var
pathArray
=
s
.
split
(
'
?
'
);
// cut the query if it exists
if
(
pathArray
.
length
>
0
)
{
if
(
pathArray
.
length
>
1
)
{
sub
=
pathArray
[
1
];
}
else
{
sub
=
''
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment