changeset cc784c6e0b46 in sao:default
details: https://hg.tryton.org/sao?cmd=changeset&node=cc784c6e0b46
description:
        Display processing watch after 3 seconds

        issue11594
        review427451003
diffstat:

 src/common.js |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r d4a21d51caf5 -r cc784c6e0b46 src/common.js
--- a/src/common.js     Sat Jul 30 11:12:40 2022 +0200
+++ b/src/common.js     Sat Aug 06 22:57:57 2022 +0200
@@ -3524,7 +3524,7 @@
 
     Sao.common.Processing = Sao.class_(Object, {
         queries: 0,
-        timeout: 500,
+        timeout: 3000,
         init: function() {
             this.el = jQuery('<div/>', {
                 'id': 'processing',

Reply via email to