diff --git a/common/content/options.js b/common/content/options.js index 5750f52f..d62d2d6b 100644 --- a/common/content/options.js +++ b/common/content/options.js @@ -991,14 +991,14 @@ function Options() //{{{ setPref: function (name, value) { - return storePreference(name, value); + storePreference(name, value); }, resetPref: function (name) { try { - return services.get("pref").clearUserPref(name); + services.get("pref").clearUserPref(name); } catch (e) {