Focus Close button by default in About pane
This commit is contained in:
parent
5b09b1e2be
commit
795211fb40
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
orient="vertical"
|
||||
buttons="accept"
|
||||
buttonlabelaccept="&zotero.about.close;"
|
||||
onload="moveToAlertPosition(); sizeToContent();"
|
||||
onload="moveToAlertPosition(); sizeToContent(); document.documentElement.getButton('accept').focus();"
|
||||
ondialogaccept="return true;">
|
||||
|
||||
<script src="include.js"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue