AutoSave-Talk

Summary: Talk page for AutoSave.
Maintainer: Petko (Original author: EemeliAro)
Users: +2 (View / Edit)

This space is for User-contributed commentary and notes. Please include your name and a date along with your comment.

Comments

  • Like this recipe, really cool :-) does not work in IE though
    line 46 of autosave.js should be changed:
    if (as_action) AS.ef.action = as_action; => if (as_action) AS.ef.setAttribute('action', as_action);
    and line 27:
    if ( el.type in fe ) { => if ( el != null && el.type != undefined && el.type in fe ) {
    This works for me, hope it is useful. Ben Green 2009-09-09

---

Minor issue: version number mismatch (typo) in file: version should be 20171104 but it's 2071104. XES August 14, 2020, at 09:20 PM

Updated, thanks. (Nothing more, same version number.) --Petko August 14, 2020, at 09:46 PM

Talk page for the AutoSave recipe (users).