Projet

Général

Profil

0001-relaunch-autosave-after-a-failure-9715.patch

Thomas Noël, 20 janvier 2016 14:23

Télécharger (724 octets)

Voir les différences:

Subject: [PATCH] relaunch autosave after a failure (#9715)

 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
-