mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-12 00:35:48 +01:00
Fix storage bins.
This commit is contained in:
@@ -338,7 +338,7 @@ function Events() //{{{
|
||||
|
||||
var lastFocus = null;
|
||||
|
||||
var macros = storage.newMap("macros", true, { privateData: true });
|
||||
var macros = storage.newMap("macros", { store: true, privateData: true });
|
||||
|
||||
var currentMacro = "";
|
||||
var lastMacro = "";
|
||||
|
||||
Reference in New Issue
Block a user