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
Родитель 9b489f8f95
Коммит 06af42835f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>