We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f11f29 commit d3ae8a7Copy full SHA for d3ae8a7
src/js/ajax_caller.js
@@ -12,7 +12,7 @@ function ajaxCaller(callbackDone, callbackFail, args) {
12
'Content-Type': args.contentType
13
};
14
if (args.contentType === null || args.contentType === undefined) {
15
- var fetchHeaders = {
+ fetchHeaders = {
16
'Accept': 'text/javascript'
17
18
}
0 commit comments