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

change GET to HEAD

parent 342c34c3
No related branches found
No related tags found
2 merge requests!41Regular merge of develop,!38Redirect script
......@@ -6,7 +6,7 @@
jQuery.ajax({
url: url,
dataType: 'text',
type: 'GET',
type: 'HEAD',
cache: false,
complete: function(xhr){
if(typeof cb === 'function')
......
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