Skip to content

Commit

Permalink
IsMobile property updated when commiting the blob upload to reflect w…
Browse files Browse the repository at this point in the history
…eb upload
  • Loading branch information
alexgolesh committed Nov 23, 2015
1 parent 5e1d8cb commit 6ff8dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ContosoMoments/Cloud/ContosoMoments.Web/scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
}
var commit=function (sasurl) {
return $http.post(appConfig.DefaultServiceUrl+'api/CommitBlob', {
isMobile:true,
isMobile:false,
UserId: appConfig.DefaultUserId,
AlbumId: appConfig.DefaultAlbumId,
SasUrl: sasurl,
Expand Down

0 comments on commit 6ff8dcd

Please sign in to comment.