Commit 24c5a81c authored by Romain Courteaud's avatar Romain Courteaud

idb

parent bbe5073f
......@@ -107,7 +107,7 @@
function resolver(resolve, reject) {
// Open DB //
request = indexedDB.open(db_name, 2);
request = indexedDB.open(db_name);
request.onerror = function (error) {
canceller();
if ((error !== undefined) &&
......
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