[sync] bugfix (file wasn't created if not found)

also, set sync delay to 5 seconds
This commit is contained in:
fkloft
2014-10-09 20:21:35 +02:00
parent 1f8f536040
commit 47c1bc97d6
4 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
window.plugin.uniques = function() {};
//delay in ms
window.plugin.uniques.SYNC_DELAY = 10000;
window.plugin.uniques.SYNC_DELAY = 5000;
// maps the JS property names to localStorage keys
window.plugin.uniques.FIELDS = {