Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #774 from geoadmin/dev_remove_feedbackparam
Browse files Browse the repository at this point in the history
Remove unused parameter
  • Loading branch information
oterral committed Oct 31, 2013
2 parents c84749d + c748526 commit fbe834a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/feedback/FeedbackDirective.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
'email': scope.email,
'feedback': scope.feedback,
'ua': navigator.userAgent,
'permalink': scope.permalinkValue,
'typeOfRequest': 'feedback'
'permalink': scope.permalinkValue
};

$http({
Expand Down

0 comments on commit fbe834a

Please # to comment.