Skip to content

Commit

Permalink
add x-user-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
imyelo committed Jan 12, 2014
1 parent facd3d8 commit 2e3f26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/modules/views/publish/Publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ define(function (require, exports, module) {
data: data,
timeout: 20000,
complete: complete,
header: {
headers: {
'x-user-agent': 'NGA for iPhone/' + config.version
},
success: function (data) {
Expand Down

0 comments on commit 2e3f26e

Please sign in to comment.