Skip to content

Commit 2c6d846

Browse files
committed
Add back in the latest release link
If the user has javascript disabled.
1 parent bace62f commit 2c6d846

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,19 @@ <h3>Download</h3>
7373

7474
<div class="bit-2">
7575

76-
<a id="mini" onclick="_gaq.push(['_trackEvent', 'Download', 'mini'])">
76+
<a id="mini" onclick="_gaq.push(['_trackEvent', 'Download', 'mini'])" href="https://github.com/cmderdev/cmder/releases/latest">
7777
<button class="gray">Download mini</button>
7878
</a>
7979
<small>~7.8MB</small>
8080
</div>
8181
<div class="bit-2">
82-
<a id="full" onclick="_gaq.push(['_trackEvent', 'Download', 'full'])">
82+
<a id="full" onclick="_gaq.push(['_trackEvent', 'Download', 'full'])" href="https://github.com/cmderdev/cmder/releases/latest">
8383
<button class="blue">Download full</button>
8484
</a>
8585
<small>(With Git for Windows) ~100MB</small>
8686
<small>
8787
<em>
88-
<a id="7z" onclick="_gaq.push(['_trackEvent', 'Download', 'full', '7z'])"></a>52MB 7z</a>
88+
<a id="7z" onclick="_gaq.push(['_trackEvent', 'Download', 'full', '7z'])" href="https://github.com/cmderdev/cmder/releases/latest"></a>52MB 7z</a>
8989
</em>
9090
</small>
9191
</div>

0 commit comments

Comments
 (0)