Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkbox for recommendations/suggestions page. #1398

Merged
merged 1 commit into from
Aug 21, 2015

Conversation

martinnj
Copy link
Contributor

Used for (de)selecting all the suggested or recommended mods with one
click.

Used for (de)selecting all the suggested or recommended mods with one
click.
{
if (item.Checked != state)
{
item.Checked = state;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formating is broken

@Postremus
Copy link
Contributor

related to #1148

@Postremus
Copy link
Contributor

Tested, works.
Merging this, since formating issues are of minor concern imo.
Thank you for your patience.

Postremus added a commit that referenced this pull request Aug 21, 2015
Checkbox for recommendations/suggestions page.
@Postremus Postremus merged commit e5b64d7 into KSP-CKAN:master Aug 21, 2015
@martinnj
Copy link
Contributor Author

Oh shit, sorry for the misalign. Hadn't taught Atom proper indentation. Sorry.

@martinnj
Copy link
Contributor Author

I'll fix it with the old PR, if I can get it to work ;)

@martinnj martinnj deleted the feature-1148-checkbox branch August 21, 2015 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants