Constants file
This commit is contained in:
parent
477f14bb8b
commit
000f3edd1d
14
www/common/common-constants.js
Normal file
14
www/common/common-constants.js
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
define(function () {
|
||||||
|
return {
|
||||||
|
// localStorage
|
||||||
|
userHashKey: 'User_hash',
|
||||||
|
userNameKey: 'User_name',
|
||||||
|
fileHashKey: 'FS_hash',
|
||||||
|
// sessionStorage
|
||||||
|
newPadPathKey: "newPadPath",
|
||||||
|
// Store
|
||||||
|
displayNameKey: 'cryptpad.username',
|
||||||
|
oldStorageKey: 'CryptPad_RECENTPADS',
|
||||||
|
storageKey: 'filesData',
|
||||||
|
};
|
||||||
|
});
|
||||||
Loading…
x
Reference in New Issue
Block a user