Opened 18 years ago
Closed 18 years ago
#7282 closed defect (bug) (fixed)
Javascript error in wp-login.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.6 | Priority: | low |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | has-patch |
| Focuses: | Cc: |
Description
During resetting password process, on page /wp-login.php?checkemail=confirm Javascript error "document.getElementById("user_login") has no properties" goes from wp-login.php line 22. There is not check if ID "user_login" exists.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
It also loads with window.onload that's not compatible with other scripts. Changed to inline script.