Skip to content

Commit

Permalink
Merge pull request #68 from ripe-tech/acaldas/config_country
Browse files Browse the repository at this point in the history
fixed _getConfigOptions
  • Loading branch information
joamag authored Oct 11, 2018
2 parents 568fb3d + 7f74ad8 commit 0427eb0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/js/base/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ ripe.Ripe.prototype._getConfigOptions = function(options) {
return Object.assign(options, {
url: url,
method: "GET",
params: {}
params: params
});
};

Expand Down
2 changes: 1 addition & 1 deletion src/js/ripe-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/js/ripe.js
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ ripe.Ripe.prototype._getConfigOptions = function(options) {
return Object.assign(options, {
url: url,
method: "GET",
params: {}
params: params
});
};

Expand Down
2 changes: 1 addition & 1 deletion src/python/ripe_demo/static/js/ripe.js
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ ripe.Ripe.prototype._getConfigOptions = function(options) {
return Object.assign(options, {
url: url,
method: "GET",
params: {}
params: params
});
};

Expand Down

0 comments on commit 0427eb0

Please sign in to comment.