godoc/dl: remove the tiny, unselectable SHA sums from Featured Downloads

The SHA sums are clearly visible (and copy-pastable) in the expanded section
immediately below it.

Fixes golang/go#16900.

Change-Id: If1805534b3893f6c38f4170c4b457ff0e935ce28
Reviewed-on: https://go-review.googlesource.com/33290
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Chris Broadfoot 2016-11-15 13:43:08 -08:00
parent 5e2ae75eb7
commit 8b84dae173
1 changed files with 0 additions and 1 deletions

View File

@ -258,7 +258,6 @@ $(document).ready(function() {
<span class="filename">{{.Filename}}</span> <span class="filename">{{.Filename}}</span>
{{if .Size}}<span class="size">({{.PrettySize}})</span>{{end}} {{if .Size}}<span class="size">({{.PrettySize}})</span>{{end}}
</div> </div>
<div class="checksum">{{.ChecksumType}}: {{.PrettyChecksum}}</div>
</a> </a>
{{end}} {{end}}
` `