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

Merge branch 'develop' into 'master'

Regular merge of develop

See merge request !23

Former-commit-id: f4869713
parents 9c5dcc44 9832ef8a
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
url: url,
dataType: 'text',
type: 'GET',
cache: false,
complete: function(xhr){
if(typeof cb === 'function')
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