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

Merge branch 'develop' into 'master'

Regular merge of develop

See merge request !23
parents 346959fd 52c93b81
No related branches found
No related tags found
1 merge request!23Regular merge of develop
Pipeline #15196 passed
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
url: url, url: url,
dataType: 'text', dataType: 'text',
type: 'GET', type: 'GET',
cache: false,
complete: function(xhr){ complete: function(xhr){
if(typeof cb === 'function') if(typeof cb === 'function')
cb.apply(this, [xhr.status]); cb.apply(this, [xhr.status]);
......
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