mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 23:35:44 +01:00
Don't save storage objects while in private mode, restore them on exit.
This commit is contained in:
@@ -40,8 +40,8 @@ function CommandLine() //{{{
|
||||
////////////////////// PRIVATE SECTION /////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////{{{
|
||||
|
||||
storage.newArray("history-search", true);
|
||||
storage.newArray("history-command", true);
|
||||
storage.newArray("history-search", true, { privateData: true });
|
||||
storage.newArray("history-command", true, { privateData: true });
|
||||
|
||||
var messageHistory = { // {{{
|
||||
_messages: [],
|
||||
|
||||
Reference in New Issue
Block a user