Bug 671466 Prevent persistence of disabled state of 'Try Again' button on error pages r=bz

This commit is contained in:
Neil Rashbrook 2011-07-29 21:42:59 +01:00
Родитель 7c13c0d93c
Коммит 224383fa11
1 изменённых файлов: 1 добавлений и 1 удалений

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

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