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

Revert "change GET to HEAD"

This reverts commit 70669991 [formerly e3f01850].


Former-commit-id: aaf5db20
parent 70669991
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !49. Comments created here will be created in the context of that merge request.
......@@ -6,7 +6,7 @@
jQuery.ajax({
url: url,
dataType: 'text',
type: 'HEAD',
type: 'GET',
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