Are you sure to delete everything?
From fbcb0a8d806ab2e7a0032d62334bb9be2dc678f1 Mon Sep 17 00:00:00 2001
From: alie4hunt <31023467+alie4hunt@users.noreply.github.com>
Date: Tue, 14 Jul 2020 21:31:52 +0800
Subject: [PATCH 3/8] delete testing
---
stickyNotes_webext/popup/getMe.js | 4 ----
1 file changed, 4 deletions(-)
diff --git a/stickyNotes_webext/popup/getMe.js b/stickyNotes_webext/popup/getMe.js
index d12ea1b..9088497 100755
--- a/stickyNotes_webext/popup/getMe.js
+++ b/stickyNotes_webext/popup/getMe.js
@@ -17,10 +17,6 @@ gettingItem.then((res) => {
}catch(e){}
});
-$('#testing').click(function (e) {
- console.log('e');
-})
-
notePad.addEventListener('keyup',()=>{
browser.storage.local.set({ tslStickyNotes: notePad.value });
}, false);
From 616930c187f203848ac0d12380b5364ee3d4a8fd Mon Sep 17 00:00:00 2001
From: Daniel
Date: Wed, 15 Jul 2020 17:36:34 +0800
Subject: [PATCH 4/8] Remove center alignment text
---
stickyNotes_webext/popup/go.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/stickyNotes_webext/popup/go.html b/stickyNotes_webext/popup/go.html
index fc04efa..74870fd 100755
--- a/stickyNotes_webext/popup/go.html
+++ b/stickyNotes_webext/popup/go.html
@@ -7,7 +7,6 @@
@@ -62,7 +40,6 @@
|
|
|
- |
@@ -71,11 +48,6 @@
-
-
Are you sure to delete everything?
-
-
-
From 951463ae15c094b040398e1709214e287fce8ca9 Mon Sep 17 00:00:00 2001
From: dexson83