Opened 12 years ago
Closed 12 years ago
#23780 closed defect (bug) (fixed)
JS Error: <#HTMLDocument> has no method 'save'
Reported by: | markjaquith | Owned by: | markjaquith |
---|---|---|---|
Milestone: | 3.6 | Priority: | high |
Severity: | major | Version: | 3.6 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
On clicking "Save Draft" I get:
Uncaught TypeError: Object <#HTMLDocument> has no method 'save'
Suspect it is related to the local autosave stuff. Going to run a bisect to narrow it down to a commit.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Seeing it too:
http://core.trac.wordpress.org/browser/trunk/wp-includes/js/autosave.js?rev=23693#L552
Appears to be introduced in [23683].