Commit 87354a68 authored by Tristan Cavelier's avatar Tristan Cavelier

localstorage put returns 'created' or 'no_content' now

parent 22aca04f
......@@ -199,7 +199,7 @@
tmp = jIO.util.deepClone(metadata);
tmp._attachments = doc._attachments;
doc = tmp;
status = "ok";
status = "no_content";
}
// write
this._storage.setItem(this._localpath + "/" + metadata._id, doc);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment