get, set, and clear blocks from localStorage

This commit is contained in:
ansuz
2018-06-19 18:08:14 +02:00
parent cb5fa72dba
commit 3ba0ad3cf1
2 changed files with 10 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ define(function () {
// localStorage
userHashKey: 'User_hash',
userNameKey: 'User_name',
blockHashKey: 'Block_hash',
fileHashKey: 'FS_hash',
// sessionStorage
newPadPathKey: "newPadPath",