diff options
Diffstat (limited to 'data/extensions/spyblock@gnu.org/chrome/content/ui/fennecSettings.xul')
-rw-r--r-- | data/extensions/spyblock@gnu.org/chrome/content/ui/fennecSettings.xul | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/data/extensions/spyblock@gnu.org/chrome/content/ui/fennecSettings.xul b/data/extensions/spyblock@gnu.org/chrome/content/ui/fennecSettings.xul index acbe2b9..c0f38f6 100644 --- a/data/extensions/spyblock@gnu.org/chrome/content/ui/fennecSettings.xul +++ b/data/extensions/spyblock@gnu.org/chrome/content/ui/fennecSettings.xul @@ -1,8 +1,8 @@ <?xml version="1.0"?> <!-- - - This file is part of Adblock Plus <http://adblockplus.org/>, - - Copyright (C) 2006-2014 Eyeo GmbH + - This file is part of Adblock Plus <https://adblockplus.org/>, + - Copyright (C) 2006-2015 Eyeo GmbH - - Adblock Plus is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License version 3 as @@ -29,8 +29,6 @@ <setting type="control" title="&subscriptions.tab.label;"> <menulist id="adblockplus-subscription-list"/> </setting> - <setting pref="extensions.adblockplus.fastcollapse" type="bool" title="&hideplaceholders.label;" - inverted="true"/> <setting id="adblockplus-sync" type="bool" title="&sync.label;" oncommand="/**See bug 762015*/ if (event.type == 'oncommand') {event = document.createEvent('Events'); event.initEvent('command', false, false); this.dispatchEvent(event);}"/> </vbox> |