Display the 'spinner' when typing in sframe apps

pull/1/head
yflory 7 years ago
parent 1d7683503f
commit 0600ce59ec

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

Loading…
Cancel
Save