Add an advanced new pad modal

This commit is contained in:
yflory
2018-01-12 09:48:40 +01:00
parent e377d606be
commit daef08a9b3
11 changed files with 195 additions and 4 deletions

View File

@@ -11,5 +11,6 @@ define(function () {
oldStorageKey: 'CryptPad_RECENTPADS',
storageKey: 'filesData',
tokenKey: 'loginToken',
displayPadCreationScreen: 'displayPadCreationScreen'
};
});