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
78ab9854
Commit
78ab9854
authored
Jun 25, 2020
by
Laurent Heirendt
✈
Browse files
Merge branch 'develop' into 'master'
Develop See merge request
!155
parents
4853f9fb
2cc86aeb
Pipeline
#28948
passed with stage
in 48 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
assets/js/router.js
View file @
78ab9854
...
...
@@ -3,10 +3,14 @@ function UrlExists(url, cb) {
url
:
url
,
dataType
:
'
text
'
,
type
:
'
GET
'
,
cache
:
false
,
complete
:
function
(
xhr
){
if
(
typeof
cb
===
'
function
'
)
cb
.
apply
(
this
,
[
xhr
.
status
]);
},
headers
:
{
'
Cache-Control
'
:
'
no-cache, no-store, must-revalidate
'
,
'
Pragma
'
:
'
no-cache
'
,
'
Expires
'
:
'
0
'
}
});
}
...
...
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