Display the 'spinner' when typing in sframe apps

pull/1/head
yflory 2017-09-25 13:19:25 +02:00
parent 1d7683503f
commit 0600ce59ec
1 changed files with 1 additions and 1 deletions
www/common

View File

@ -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);
};