Projet

Général

Profil

0003-forms-don-t-record-autosave-error-as-success.patch

Frédéric Péters, 20 janvier 2016 14:32

Télécharger (769 octets)

Voir les différences:

Subject: [PATCH 3/4] forms: don't record autosave() error as success

 wcs/qommon/static/js/qommon.forms.js | 1 -
 1 file changed, 1 deletion(-)
wcs/qommon/static/js/qommon.forms.js
16 16
          if (json.result == 'success') {
17 17
            last_auto_save = new_auto_save;
18 18
          }
19
          last_auto_save = new_auto_save;
20 19
        }
21 20
      });
22 21
    }, 5000);
23
-