mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 04:47:57 +01:00
Don't save storage objects while in private mode, restore them on exit.
This commit is contained in:
@@ -345,7 +345,7 @@ function Events() //{{{
|
||||
|
||||
var lastFocus = null;
|
||||
|
||||
var macros = storage.newMap("macros", true);
|
||||
var macros = storage.newMap("macros", true, { privateData: true });
|
||||
|
||||
var currentMacro = "";
|
||||
var lastMacro = "";
|
||||
|
||||
Reference in New Issue
Block a user