Display the 'spinner' when typing in sframe apps
This commit is contained in:
@@ -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);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user