diff --git a/www/common/mergeDrive.js b/www/common/mergeDrive.js index 4b41e1279..2f4632544 100644 --- a/www/common/mergeDrive.js +++ b/www/common/mergeDrive.js @@ -188,6 +188,10 @@ define([ newRecentPads.push(data); } }); + if (!proxy.FS_hashes || !Array.isArray(proxy.FS_hashes)) { + proxy.FS_hashes = []; + } + proxy.FS_hashes.push(localStorage.FS_hash); } if (typeof(cb) === "function") { cb(); } };