Skip to content

Commit 10666a1

Browse files
committed
Prevent people for trying to click on the date
1 parent 0103bf7 commit 10666a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/downloads-list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% for download in downloads %}
33
<div class="buttons">
44
<a rel="nofollow" role="button" class="button" href="https://download.servo.org/{{download.href}}" style="width: 22ch;">{{download.name}}</a>
5-
<span class="button is-static" id="date-{{download.key}}" style="width: 10ch;">?</span>
5+
<span class="button is-static" disabled id="date-{{download.key}}" style="width: 10ch;">?</span>
66
<a rel="nofollow" role="button" class="button" style="width: 7ch;" href="https://download.servo.org/{{download.sha256}}">sha256</a>
77
</div>
88
{% endfor %}

0 commit comments

Comments
 (0)