From 874d94e7ebe74f2d5d68c03a5e56570c8a3ec1b7 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 8 Aug 2008 10:01:53 +0000 Subject: [PATCH] whitespace fix --- content/bookmarks.js | 1 + 1 file changed, 1 insertion(+) diff --git a/content/bookmarks.js b/content/bookmarks.js index cabe0185..4d0b1d32 100644 --- a/content/bookmarks.js +++ b/content/bookmarks.js @@ -101,6 +101,7 @@ liberator.Bookmarks = function () //{{{ liberator.options.add(["defsearch", "ds"], "Set the default search engine", "string", "google"); + liberator.options.add(["preload"], "Speed up first time history/bookmark completion", "boolean", true);