Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
howto-cards
Commits
041c63ee
Commit
041c63ee
authored
Oct 28, 2019
by
Laurent Heirendt
✈
Browse files
Merge branch 'develop' into 'master'
Regular merge of develop See merge request
R3/howto-cards!25
parents
f4869713
3a3bf4f0
Pipeline
#15746
passed with stage
in 1 minute and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.ci/.autoRedirect
View file @
041c63ee
...
...
@@ -15,12 +15,22 @@
});
}
UrlExists
(
'
https://r3-core.pages.uni.lu/howto-cards-internal/index.html
'
,
function
(
status
){
var
s
=
window
.
location
.
pathname
;
var
pathArray
=
s
.
split
(
'
/
'
);
// cut the entire subdomain path
if
(
pathArray
[
0
].
length
>
0
)
{
sub
=
s
.
substr
(
pathArray
[
0
].
length
+
1
);
}
else
{
sub
=
''
;
}
if
(
status
===
200
){
// internal pages
window
.
location
.
href
=
'
https://r3-core.pages.uni.lu/howto-cards-internal/stable
'
;
window
.
location
.
href
=
'
https://r3-core.pages.uni.lu/howto-cards-internal/stable
/internal/
'
+
sub
;
}
else
{
// external pages
window
.
location
.
href
=
'
https://r3.pages.uni.lu/howto-cards/stable
'
;
window
.
location
.
href
=
'
https://r3.pages.uni.lu/howto-cards/stable
/external/
'
+
sub
;
}
});
</script>
...
...
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