Skip to content

Conversation

@DRSDavidSoft
Copy link
Contributor

@DRSDavidSoft DRSDavidSoft commented Nov 28, 2017

  1. This patch fixes issue #1563 (invalid url for the .7z link set), by adding break after each appropriate case.
  2. Also, while the url is fetched from the GitHub api, the byte size is also fetched. Using getSizeInMb(), the correct size is also set.

1. This patch fixes #1563 (invalid url for the `.7z` link set), by adding `break` after each appropriate `case`.
2. Also, while the url is fetched from the GitHub api, the byte size is also fetched. Using `getSizeInMb()`, the correct size is also set.
index.html Outdated
<button class="gray">Download Mini</button>
</a>
<small>~7.8MB</small>
<small is="mini-size">~7.8MB</small>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Typo :) is="

Copy link
Member

Choose a reason for hiding this comment

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

Please fix this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Whoops! Fixing it right now

@MartiUK MartiUK self-requested a review November 29, 2017 12:22
index.html Outdated
<button class="gray">Download Mini</button>
</a>
<small>~7.8MB</small>
<small is="mini-size">~7.8MB</small>
Copy link
Member

Choose a reason for hiding this comment

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

Please fix this.

@MartiUK MartiUK merged commit 0db35c7 into cmderdev:master Nov 29, 2017
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.

cmder.net .7z links to mini instead of ~52mb full version

3 participants