Skip to content

Commit f22a34a

Browse files
committed
[bug] fix old link or group data persisting after being removed
1 parent 9ef8732 commit f22a34a

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

‎package-lock.json‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nightTab",
3-
"version": "4.44.1",
3+
"version": "4.44.2",
44
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
55
"main": "index.js",
66
"scripts":{

‎src/js/link.js‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1707,6 +1707,7 @@ var link = (function(){
17071707
};
17081708
shade.close();
17091709
pagelock.unlock();
1710+
stagedLink.reset();
17101711
};
17111712
varcancelAction=function(){
17121713
stagedLink.reset();
@@ -1753,6 +1754,7 @@ var link = (function(){
17531754
};
17541755
shade.close();
17551756
pagelock.unlock();
1757+
stagedGroup.reset();
17561758
};
17571759
varcancelAction=function(){
17581760
stagedGroup.reset();

‎src/js/version.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
varversion=(function(){
22

3-
varcurrent="4.44.1";
3+
varcurrent="4.44.2";
44

55
varname="Naughty Goose";
66

‎src/manifest.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nightTab",
33
"short_name": "nightTab",
44
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
5-
"version": "4.44.1",
5+
"version": "4.44.2",
66
"manifest_version": 2,
77
"chrome_url_overrides":{
88
"newtab": "index.html"

0 commit comments

Comments
(0)