Skip to content

Commit

Permalink
Fix XLSForm URLs (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverroick authored May 2, 2018
1 parent 8eaa92e commit 7001659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buckets/static/buckets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@

error(el, errorMsg)
} else {
var fileUrl = data.url + '/' + data.fields.key;
var fileUrl = data.url + data.fields.key;
update(el, fileUrl);
}
});
Expand Down

0 comments on commit 7001659

Please sign in to comment.