From 0600ce59ecace14db4ffe3674854141e32889527 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 25 Sep 2017 13:19:25 +0200 Subject: [PATCH] Display the 'spinner' when typing in sframe apps --- www/common/toolbar3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/toolbar3.js b/www/common/toolbar3.js index 335888256..9d093c698 100644 --- a/www/common/toolbar3.js +++ b/www/common/toolbar3.js @@ -708,7 +708,7 @@ define([ window.clearInterval($spin.interval); typing = -1; $spin.text(Messages.saved); - }, local ? 0 : SPINNER_DISAPPEAR_TIME); + }, /*local ? 0 :*/ SPINNER_DISAPPEAR_TIME); }; config.sfCommon.whenRealtimeSyncs(onSynced); };