Skip to content

Commit

Permalink
fix: delete more 'http://' form prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
znarf committed May 9, 2018
1 parent 8c18ae9 commit 2c4706e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/CreateCollectiveForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ class CreateCollectiveForm extends React.Component {
{
name: 'website',
type: 'text',
pre: 'http://',
maxLength: 255,
placeholder: ''
},
Expand Down
1 change: 0 additions & 1 deletion src/components/EditCollectiveForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ class EditCollectiveForm extends React.Component {
{
name: 'website',
type: 'text',
pre: 'http://',
maxLength: 255,
placeholder: ''
},
Expand Down

0 comments on commit 2c4706e

Please sign in to comment.