mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-08-17 01:01:36 +02:00
[feature] adding version count
This commit is contained in:
@ -16,7 +16,7 @@ var data = (function() {
|
||||
|
||||
var save = function() {
|
||||
set(saveName, JSON.stringify(state.get()));
|
||||
console.log(saveName + " data saved");
|
||||
console.log("data saved");
|
||||
};
|
||||
|
||||
var restore = function() {
|
||||
@ -25,7 +25,7 @@ var data = (function() {
|
||||
bookmarks.restore(data.bookmarks);
|
||||
theme.restore(data.theme);
|
||||
control.restore(data.control);
|
||||
console.log(saveName + " data restored");
|
||||
console.log("data restored");
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user