Skip to content

Instantly share code, notes, and snippets.

@mikekavouras
Created November 16, 2017 21:19
Show Gist options
  • Save mikekavouras/3f742dad775a4944b2b93e2e011df3b3 to your computer and use it in GitHub Desktop.
Save mikekavouras/3f742dad775a4944b2b93e2e011df3b3 to your computer and use it in GitHub Desktop.
https://github.com/github/github/blob/202c064a59bb0a895f840d10cadf460c2f3ffbfd/app/assets/modules/github/legacy/pages/orgs/new.js#L29-L49
This is the same behavior on `/organizations/new`. In that case it would more sense if the link changed when the user checked the "This account is owned by a business" checkbox.
If we'd like to keep the existing behavior on `/organizations/new`, we can either change the behavior for this specific instance, or we can say that this PR is good as-is.
Current behavior :point_down:
![tos](https://user-images.githubusercontent.com/627794/32915723-835bf268-cadf-11e7-9420-300308494f88.gif)
Proposed behavior :point_down:
![tos2](https://user-images.githubusercontent.com/627794/32915859-eca8b8c8-cadf-11e7-9e40-6f2102c57065.gif)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment