mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 13:45:46 +01:00
Fix storage bins.
This commit is contained in:
@@ -1083,7 +1083,7 @@ function QuickMarks() //{{{
|
||||
////////////////////// PRIVATE SECTION /////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////{{{
|
||||
|
||||
var qmarks = storage.newMap("quickmarks", true);
|
||||
var qmarks = storage.newMap("quickmarks", { store: true });
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////}}}
|
||||
////////////////////// MAPPINGS ////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user