Display the 'spinner' when typing in sframe apps

This commit is contained in:
yflory
2017-09-25 13:19:25 +02:00
parent 1d7683503f
commit 0600ce59ec

View File

@@ -708,7 +708,7 @@ define([
window.clearInterval($spin.interval); window.clearInterval($spin.interval);
typing = -1; typing = -1;
$spin.text(Messages.saved); $spin.text(Messages.saved);
}, local ? 0 : SPINNER_DISAPPEAR_TIME); }, /*local ? 0 :*/ SPINNER_DISAPPEAR_TIME);
}; };
config.sfCommon.whenRealtimeSyncs(onSynced); config.sfCommon.whenRealtimeSyncs(onSynced);
}; };