config.options.chkAutoSave = true; // do autosave
and replace it with this:
config.options.chkAutoSave = (window.location.protocol == "file:"); // do autosave if we're in local file
The official blog of the MPTW distribution of TiddlyWiki. Subscribe to keep informed of MPTW updates and issues.
config.options.chkAutoSave = true; // do autosave
config.options.chkAutoSave = (window.location.protocol == "file:"); // do autosave if we're in local file
No comments:
Post a Comment