Add files via upload
This commit is contained in:
@@ -46,13 +46,13 @@ function getNoteView() {
|
||||
|
||||
let storeKey = getStoreKey(key);
|
||||
|
||||
let storeText = storage.local.getText(storeKey + ".text");
|
||||
if (storeText) {
|
||||
let starray = storeText.split("|");
|
||||
let storeInfo = storage.local.getText(storeKey);
|
||||
if (storeInfo) {
|
||||
let starray = storeInfo.split("|");
|
||||
let commitFlag = starray[2];
|
||||
if (commitFlag == "1") {
|
||||
//timeout and clear local
|
||||
storage.local.delete(storeKey + '.text');
|
||||
storage.local.delete(storeKey );
|
||||
return BlankNote;
|
||||
} else {
|
||||
//secondEdit
|
||||
|
||||
Reference in New Issue
Block a user