[bug] fix old link or group data persisting after being removed

This commit is contained in:
zombieFox 2020-02-28 13:49:50 +00:00
parent 9ef8732a1b
commit f22a34aa5b
5 changed files with 6 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "nightTab",
"version": "4.44.1",
"version": "4.44.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "nightTab",
"version": "4.44.1",
"version": "4.44.2",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"main": "index.js",
"scripts": {

View File

@ -1707,6 +1707,7 @@ var link = (function() {
};
shade.close();
pagelock.unlock();
stagedLink.reset();
};
var cancelAction = function() {
stagedLink.reset();
@ -1753,6 +1754,7 @@ var link = (function() {
};
shade.close();
pagelock.unlock();
stagedGroup.reset();
};
var cancelAction = function() {
stagedGroup.reset();

View File

@ -1,6 +1,6 @@
var version = (function() {
var current = "4.44.1";
var current = "4.44.2";
var name = "Naughty Goose";

View File

@ -2,7 +2,7 @@
"name": "nightTab",
"short_name": "nightTab",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"version": "4.44.1",
"version": "4.44.2",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"