mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-14 01:48:20 +01:00
[bug] fix data clear modal missing shade
This commit is contained in:
parent
6a30e7df9f
commit
f473153609
@ -101,10 +101,23 @@ var data = (function() {
|
||||
successAction: function() {
|
||||
wipe();
|
||||
render.reload();
|
||||
shade.close();
|
||||
pagelock.unlock();
|
||||
},
|
||||
cancelAction: function() {
|
||||
shade.close();
|
||||
pagelock.unlock();
|
||||
},
|
||||
actionText: "Clear all data",
|
||||
size: "small"
|
||||
});
|
||||
shade.open({
|
||||
action: function() {
|
||||
modal.close();
|
||||
pagelock.unlock();
|
||||
}
|
||||
});
|
||||
pagelock.lock();
|
||||
};
|
||||
|
||||
render.reload = function() {
|
||||
|
@ -1,6 +1,6 @@
|
||||
var version = (function() {
|
||||
|
||||
var current = "3.50.0";
|
||||
var current = "3.50.1";
|
||||
|
||||
var compare = function(a, b) {
|
||||
var pa = a.split(".");
|
||||
|
@ -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": "3.50.0",
|
||||
"version": "3.50.1",
|
||||
"manifest_version": 2,
|
||||
"chrome_url_overrides": {
|
||||
"newtab": "index.html"
|
||||
|
Loading…
Reference in New Issue
Block a user