Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MartiUK committed Sep 28, 2016
1 parent c643929 commit 8391f5d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,18 @@ <h3>Download</h3>
</div>

<div class="bit-2">
<a onclick="_gaq.push(['_trackEvent', 'Download', 'mini'])" href="https://github.com/cmderdev/cmder/releases/download/v1.3.1/cmder_mini.zip">
<a onclick="_gaq.push(['_trackEvent', 'Download', 'mini'])" href="https://github.com/cmderdev/cmder/releases/download/1.3.1/cmder_mini.zip">
<button class="gray">Download mini</button>
</a>
<small>5.7MB</small>
<small>6MB</small>
</div>
<div class="bit-2">
<a onclick="_gaq.push(['_trackEvent', 'Download', 'full'])" href="https://github.com/cmderdev/cmder/releases/download/v1.3.1/cmder.zip">
<a onclick="_gaq.push(['_trackEvent', 'Download', 'full'])" href="https://github.com/cmderdev/cmder/releases/download/1.3.1/cmder.zip">
<button class="blue">Download full</button>
</a>
<small>(With git-for-windows) 80.3MB</small>
<small>(With git-for-windows) 80MB</small>
<small>
<em><a onclick="_gaq.push(['_trackEvent', 'Download', 'full', '7z'])" href="https://github.com/cmderdev/cmder/releases/download/v1.3.1/cmder.7z">40.3MB 7z</a></em>
<em><a onclick="_gaq.push(['_trackEvent', 'Download', 'full', '7z'])" href="https://github.com/cmderdev/cmder/releases/download/1.3.1/cmder.7z">40MB 7z</a></em>
</small>
</div>

Expand Down

0 comments on commit 8391f5d

Please sign in to comment.