Skip to content

Commit

Permalink
Revert "[#1574][xs]: Experimental hotfix for test.ckan.net uploader"
Browse files Browse the repository at this point in the history
This reverts commit ec733cd.
  • Loading branch information
teajaymars committed Jan 30, 2012
1 parent b21f4cc commit 71c7d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/public/scripts/vendor/ckanjs/1.0.0/ckanjs.js
Expand Up @@ -200,7 +200,7 @@ this.CKAN.Client = (function (CKAN, $, _, Backbone, undefined) {
// params and returns value are as for that API
// key is file label/path
getStorageAuthForm: function(key, options) {
options.offset = '/api/storage/auth/form/' + key;
options.offset = '/storage/auth/form/' + key;
this.apiCall(options);
}
});
Expand Down

0 comments on commit 71c7d79

Please sign in to comment.