mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-26 12:31:47 +02:00
[design] improve data clear modal message
This commit is contained in:
parent
e2f25a0c23
commit
042c6d8f50
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nighttab",
|
"name": "nighttab",
|
||||||
"version": "3.72.1",
|
"version": "3.73.0",
|
||||||
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
|
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -107,7 +107,7 @@ var data = (function() {
|
|||||||
|
|
||||||
render.clear = function() {
|
render.clear = function() {
|
||||||
var clearContent = helper.node("div");
|
var clearContent = helper.node("div");
|
||||||
var para1 = helper.node("p:Are you sure you want to clear all nightTab Bookmarks and Settings?. nightTab will restore to the default state.");
|
var para1 = helper.node("p:Are you sure you want to clear all nightTab Bookmarks and Settings? nightTab will be restore to the default state.");
|
||||||
var para2 = helper.node("p:This can not be undone.");
|
var para2 = helper.node("p:This can not be undone.");
|
||||||
clearContent.appendChild(para1);
|
clearContent.appendChild(para1);
|
||||||
clearContent.appendChild(para2);
|
clearContent.appendChild(para2);
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
var version = (function() {
|
var version = (function() {
|
||||||
|
|
||||||
var current = "3.72.1";
|
var current = "3.73.0";
|
||||||
|
|
||||||
var compare = function(a, b) {
|
var compare = function(a, b) {
|
||||||
var pa = a.split(".");
|
var pa = a.split(".");
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "nightTab",
|
"name": "nightTab",
|
||||||
"short_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.",
|
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
|
||||||
"version": "3.72.1",
|
"version": "3.73.0",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"chrome_url_overrides": {
|
"chrome_url_overrides": {
|
||||||
"newtab": "index.html"
|
"newtab": "index.html"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user