mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 04:27:59 +01:00
Fix storage bins.
This commit is contained in:
@@ -1581,8 +1581,8 @@ function Marks() //{{{
|
||||
////////////////////// PRIVATE SECTION /////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////{{{
|
||||
|
||||
var localMarks = storage.newMap("local-marks", true, { privateData: true });
|
||||
var urlMarks = storage.newMap("url-marks", true, { privateData: true });
|
||||
var localMarks = storage.newMap("local-marks", { store: true, privateData: true });
|
||||
var urlMarks = storage.newMap("url-marks", { store: true, privateData: true });
|
||||
|
||||
var pendingJumps = [];
|
||||
var appContent = document.getElementById("appcontent");
|
||||
|
||||
Reference in New Issue
Block a user