Skip to content

Commit

Permalink
submissionMethod
Browse files Browse the repository at this point in the history
git-svn-id: http://ala-sightings.googlecode.com/svn/trunk/sightings/trunk@325 b53174df-531f-34c8-f11e-a8fbec9bff15
  • Loading branch information
djtfmartin committed Jan 18, 2013
1 parent ad4cc64 commit 57db001
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web-app/js/sightings.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ var submitHandler = {
screenLocation.getAll(),
imageList.getAll(),
taxon.getAll(),
{userId: userId}
{userId: userId},
{submissionMethod: "website"}
);
if ($('#occurrenceRemarks').val()) {
payload.occurrenceRemarks = $('#occurrenceRemarks').val();
Expand Down

0 comments on commit 57db001

Please sign in to comment.