closes #46
This commit is contained in:
@@ -354,9 +354,9 @@
|
|||||||
args[this.apiKeyName] = this.resource.api.api_key;
|
args[this.apiKeyName] = this.resource.api.api_key;
|
||||||
}
|
}
|
||||||
if (this.supportHeaderParams()) {
|
if (this.supportHeaderParams()) {
|
||||||
queryParams = jQuery.param(this.getQueryParams(args));
|
queryParams = jQuery.param(this.getQueryParams(args, includeApiKey));
|
||||||
} else {
|
} else {
|
||||||
queryParams = jQuery.param(this.getQueryAndHeaderParams(args));
|
queryParams = jQuery.param(this.getQueryAndHeaderParams(args, includeApiKey));
|
||||||
}
|
}
|
||||||
if ((queryParams != null) && queryParams.length > 0) {
|
if ((queryParams != null) && queryParams.length > 0) {
|
||||||
url += "?" + queryParams;
|
url += "?" + queryParams;
|
||||||
|
|||||||
Reference in New Issue
Block a user