Skip to content
Snippets Groups Projects
Commit af71d70e authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Merge branch 'develop' into 'master'

Regular merge of develop

See merge request !43
parents e1c675a9 02ea305c
No related branches found
No related tags found
5 merge requests!245Integrate data upload cloud,!235Integrate data upload cloud,!224Fixing a couple of issues in the redesign,!167Access harrenhal,!43Regular merge of develop
Pipeline #16568 passed
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
if (status == 200) { // if sub-card is internal in the external directory and exists if (status == 200) { // if sub-card is internal in the external directory and exists
window.location.href = internalURL+'/stable/external/'+sub; window.location.href = internalURL+'/stable/external/'+sub;
} else { } else {
window.location.href = internalURL+'/404.html'; window.location.href = internalURL+'/stable/404.html';
} }
}); });
} }
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
if (status == 200) { // if card is internal and exists if (status == 200) { // if card is internal and exists
window.location.href = internalURL+'/stable'; window.location.href = internalURL+'/stable';
} else { } else {
window.location.href = internalURL+'/404.html'; window.location.href = internalURL+'/stable/404.html';
} }
}); });
} }
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
if (status == 200) { // if sub-car is internal and exists if (status == 200) { // if sub-car is internal and exists
window.location.href = externalURL+'/stable/'+sub; window.location.href = externalURL+'/stable/'+sub;
} else { } else {
window.location.href = externalURL+'/404.html'; window.location.href = externalURL+'/stable/404.html';
} }
}); });
} }
......
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