Bug 301471 - Autofocus the Try Again button in the net error dialog. r=bz

This commit is contained in:
Wes Johnston 2012-01-25 01:31:33 +01:00
parent 8cf1ffe8b1
commit 85a0266e37

View File

@ -394,7 +394,7 @@
</div>
<!-- Retry Button -->
<button id="errorTryAgain" autocomplete="off" onclick="retryThis(this);">&retry.label;</button>
<button id="errorTryAgain" autocomplete="off" onclick="retryThis(this);" autofocus="true">&retry.label;</button>
</div>