Ticket #3 (closed feature: Fixed)
javascript focus to nzb input field
| Reported by: | guest | Owned by: | Cheez |
|---|---|---|---|
| Priority: | Medium | Milestone: | 1.8 |
| Component: | HellaWorld | Version: | 1.7 |
| Keywords: | Cc: |
Description
Focus to the input field id=nzbdownload, to avoid using the mouse so much
Index: js/hellaworld.js =================================================================== --- js/hellaworld.js (revision 107) +++ js/hellaworld.js (working copy) @@ -1,5 +1,8 @@
// $Id$
- +window.onload = function() +{ + document.getElementById('nzbdownload').focus(); +}
var refresh = false;
var node = document.styleSheets[1];
Change History
Note: See
TracTickets for help on using
tickets.
