What does the “Saved data available” alert mean? I didn’t notice a difference in result when clicking yes or no and I can’t find reference to it in the user manual or in the forums.
Thanks.
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
September 15, 2010 6:16pm
Subscribe [3]#1 / Sep 15, 2010 6:16pm
What does the “Saved data available” alert mean? I didn’t notice a difference in result when clicking yes or no and I can’t find reference to it in the user manual or in the forums.
Thanks.
#2 / Sep 16, 2010 2:52am
Richard,
It is an auto-save feature. So if you are editing an entry and forget to save it, your changes are available through the alert that you encountered.
If you don’t intend to use this feature then you can disable it by adding the following to your system/expressionengine/config/config.php
$config['autosave_interval_seconds'] = '0';Does that help?
#3 / Sep 16, 2010 4:09am
Thanks very much.
#4 / Sep 16, 2010 4:04pm
Glad to see John Henry was able to help.