diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-08-29 20:17:55 +1000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-09-04 12:30:24 +1000 |
commit | 2df0e8ee497e502295b3961d0332bcac13228921 (patch) | |
tree | 1b807361d02faf068ea820036ad29fe5b0b7740a /common/content/options.js | |
parent | 3474036fad68055f5ed466a919852cc8e5cc9c55 (diff) | |
download | pentadactyl-2df0e8ee497e502295b3961d0332bcac13228921.tar.gz |
Use extensions.liberator.saved. branch for safe-set preference values.
Diffstat (limited to 'common/content/options.js')
-rw-r--r-- | common/content/options.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/content/options.js b/common/content/options.js index dfb2c9bc..627a2902 100644 --- a/common/content/options.js +++ b/common/content/options.js @@ -457,7 +457,8 @@ function Options() //{{{ ////////////////////// PRIVATE SECTION ///////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////{{{ - const SAVED = "liberator.saved."; + // TODO: migrate liberator.saved.* prefs to extensions.liberator.saved.* + const SAVED = "extensions.liberator.saved."; const optionHash = {}; |