[sync] bugfix (file wasn't created if not found)
also, set sync delay to 5 seconds
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user